From 4de722a4aeb8714086df53b94dd789fa53717043 Mon Sep 17 00:00:00 2001 From: Nicolas Berens Date: Wed, 17 Jan 2024 09:46:21 +0100 Subject: [PATCH] remove bracket --- doc/12-icinga2-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/12-icinga2-api.md b/doc/12-icinga2-api.md index 81c9426fd..8154c7f93 100644 --- a/doc/12-icinga2-api.md +++ b/doc/12-icinga2-api.md @@ -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