From 6e496157404619858a1cda1758cd0217c72f7d0b Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Thu, 4 May 2023 21:08:47 +0200 Subject: [PATCH] fix wrong example in rest-api docs the example uses wrong parameters to get configs and activities, according to the code: https://github.com/Icinga/icingaweb2-module-director/blob/master/application/controllers/ConfigController.php#L144 --- doc/70-REST-API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/70-REST-API.md b/doc/70-REST-API.md index 682f7fab..6e7770da 100644 --- a/doc/70-REST-API.md +++ b/doc/70-REST-API.md @@ -560,8 +560,8 @@ Another possibility is to pass a list of checksums to fetch the status of specific deployments and (activity log) activities. Following, you can see an example of how to do it: - GET director/config/deployment-status?config_checksums=617b9cbad9e141cfc3f4cb636ec684bd60073be2, - 617b9cbad9e141cfc3f4cb636ec684bd60073be1&activity_log_checksums=617b9cbad9e141cfc3f4cb636ec684bd60073be1, + GET director/config/deployment-status?configs=617b9cbad9e141cfc3f4cb636ec684bd60073be2, + 617b9cbad9e141cfc3f4cb636ec684bd60073be1&activitiess=617b9cbad9e141cfc3f4cb636ec684bd60073be1, 028b3a19ca7457f5fc9dbb5e4ea527eaf61616a2 ```json