From 4de722a4aeb8714086df53b94dd789fa53717043 Mon Sep 17 00:00:00 2001 From: Nicolas Berens Date: Wed, 17 Jan 2024 09:46:21 +0100 Subject: [PATCH 1/2] 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 From df6c2c0da12c8db09ec002ef592e5f9ac9154e51 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Fri, 8 Mar 2024 11:28:08 +0100 Subject: [PATCH 2/2] AUTHORS: add Nicolas Berens --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index aa650e43e..06ba51f3b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -208,6 +208,7 @@ mocruz Muhammad Mominul Huque nemtrif Nicolai +Nicolas Berens Nicolas Limage Nicole Lang Niflou