From a773a676f3447152471811e1563872457d3c8f91 Mon Sep 17 00:00:00 2001 From: geemus Date: Tue, 5 Jul 2016 10:09:28 -0500 Subject: [PATCH] add notes on collection actions --- en/requests/actions.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/en/requests/actions.md b/en/requests/actions.md index 6468035..03ea200 100644 --- a/en/requests/actions.md +++ b/en/requests/actions.md @@ -13,3 +13,16 @@ e.g. ``` /runs/{run_id}/actions/stop ``` + +Occasionally operations on a whole collection may also be required, here +`actions` prefixes the resource to clarify the target: + +``` +/actions/:action/resources +``` + +e.g. + +``` +/actions/stop/runs +```