From 5419d4428c86c488a43124f85e5407d7cbae6541 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:17:47 +0200 Subject: Adding upstream version 1.11.1. Signed-off-by: Daniel Baumann --- doc/70-REST-API.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/70-REST-API.md') diff --git a/doc/70-REST-API.md b/doc/70-REST-API.md index dd5d266..6e7770d 100644 --- a/doc/70-REST-API.md +++ b/doc/70-REST-API.md @@ -164,7 +164,7 @@ Enabling `allowOverrides` allows you to let Director figure out, whether your modified Custom Variables need to be applied to a specific individual Service, or whether setting Overrides at Host level is the way to go. - POST director/service?name=Uptime&host=hostname.example.com&allowOverrices + POST director/service?name=Uptime&host=hostname.example.com&allowOverrides ```json { "vars.uptime_warning": 300 } @@ -257,7 +257,7 @@ You can of course also use the API to trigger specific actions. Deploying the co More ---- -Currently we do not handle Last-Modified und ETag headers. This would involve some work, but could be a cool feature. Let us know your ideas! +Currently, we do not handle Last-Modified und ETag headers. This would involve some work, but could be a cool feature. Let us know your ideas! Sample scenario @@ -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 -- cgit v1.2.3