Files
api-desgin/sepcial-actions.md
2021-10-28 08:22:56 +08:00

12 lines
226 B
Markdown

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