remove bracket

This commit is contained in:
Nicolas Berens 2024-01-17 09:46:21 +01:00
parent b1fe15f694
commit 4de722a4ae
1 changed files with 1 additions and 1 deletions

View File

@ -950,7 +950,7 @@ list the latter in the `restore_attrs` parameter. E.g.:
```bash
curl -k -s -S -i -u root:icinga -H 'Accept: application/json' \
-X POST 'https://localhost:5665/v1/objects/hosts/example.localdomain' \
-d '{ "restore_attrs": [ "address", "vars.os" ] }, "pretty": true }'
-d '{ "restore_attrs": [ "address", "vars.os" ], "pretty": true }'
```
```json