From 50a26cc6af0580a6af5b3d31c319ccd8f75cbf95 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Mon, 3 Jul 2023 10:32:59 +0200 Subject: [PATCH] API: POST /v1/objects/TYPE/NAME: allow array of modified attributes to discard. #9783 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f95e797ca0e..65bbc9478b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -87,6 +87,7 @@ On the other hand MSIs are now 75% smaller than before. * Built-in check command ifw-api, communicates directly with the Icinga for Windows REST API. (Doesn't spawn a PowerShell process for that.) #9062 * JournaldLogger which logs to systemd journal. #9000 +* API: POST /v1/objects/TYPE/NAME: allow array of modified attributes to discard. #9783 * Support `$env.ENV_VAR_NAME$` macros. #8302 * Default mail notification scripts: also print `$host.notes$` and `$service.notes$`. #9713 * Enable built-in OpenSSL DH parameters to allow DHE TLS ciphers. #9811