Merge pull request #8556 from Bobobo-bo-Bo-bobo/bugfix/documentation_typos_8546

Fix typos in API documentation
This commit is contained in:
Alexander Aleksandrovič Klimov 2020-12-11 15:43:27 +01:00 committed by GitHub
commit a9f94957a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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