Skip to content

Commit

Permalink
Merge pull request #8556 from Bobobo-bo-Bo-bobo/bugfix/documentation_…
Browse files Browse the repository at this point in the history
…typos_8546

Fix typos in API documentation
  • Loading branch information
Al2Klimov authored Dec 11, 2020
2 parents 915a3c3 + d891c3f commit a9f9495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/12-icinga2-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ a notification for them:
```bash
curl -k -s -S -i -u root:icinga -H 'Accept: application/json' \
-X POST 'https://localhost:5665/v1/actions/acknowledge-problem' \
-d '{ "type": "Service", "filter": "service.state==2&service.state_type=1", "author": "icingaadmin", "comment": "Global outage. Working on it.", "notify": true, "pretty": true }'
-d '{ "type": "Service", "filter": "service.state==2 && service.state_type==1", "author": "icingaadmin", "comment": "Global outage. Working on it.", "notify": true, "pretty": true }'
```

```json
Expand Down

0 comments on commit a9f9495

Please sign in to comment.