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 +```