This is an automated email from the ASF dual-hosted git repository.
grag pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/master by this push:
new 8e74d18 Fixed an example in the documentation.
8e74d18 is described below
commit 8e74d18c1a34fe3d5a9f553552c6e9b66411a575
Author: Greg Mann <[email protected]>
AuthorDate: Thu Jul 16 09:10:30 2020 -0700
Fixed an example in the documentation.
---
docs/operator-http-api.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/operator-http-api.md b/docs/operator-http-api.md
index 585e94c..8b0fbdc 100644
--- a/docs/operator-http-api.md
+++ b/docs/operator-http-api.md
@@ -2675,7 +2675,7 @@ Accept: application/json
"agent_id": {
"value": "3192b9d1-db71-4699-ae25-e28dfbf42de1"
},
- "max_grace_period": "10mins",
+ "max_grace_period": {"seconds": 600},
"mark_gone": false
}
}