Add 'sepcial-actions.md'

This commit is contained in:
2021-10-28 08:22:56 +08:00
parent a23fd2140b
commit 10b223e215

11
sepcial-actions.md Normal file
View File

@@ -0,0 +1,11 @@
```
POST /v1/resources/${resource_id}/actions/${action}
```
其中 `${resource_id}` 可以是 `_` ,表示这个动作不与具体的资源关联,比如:
```
POST /v1/resources/_/actions/clear_out_dated_resources
```