summaryrefslogtreecommitdiffstats
path: root/doc/70-REST-API.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/70-REST-API.md')
-rw-r--r--doc/70-REST-API.md8
1 files changed, 4 insertions, 4 deletions
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