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