remove bracket

This commit is contained in:
Nicolas Berens 2024-01-17 09:46:21 +01:00 committed by Alexander A. Klimov
parent b8107c81e9
commit 4c9f267236

View File

@ -951,7 +951,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