diff --git a/sepcial-actions.md b/sepcial-actions.md new file mode 100644 index 0000000..e71dbd8 --- /dev/null +++ b/sepcial-actions.md @@ -0,0 +1,11 @@ + +``` +POST /v1/resources/${resource_id}/actions/${action} +``` + +其中 `${resource_id}` 可以是 `_` ,表示这个动作不与具体的资源关联,比如: + + +``` +POST /v1/resources/_/actions/clear_out_dated_resources +```