deploy
This commit is contained in:
30
skills/actions/SKILL.md
Normal file
30
skills/actions/SKILL.md
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
name: actions-routes
|
||||
description: Handle 2 OpenAPI operation(s) under /v2/actions for the actions route group.
|
||||
---
|
||||
|
||||
# actions API Routes
|
||||
|
||||
Handle 2 OpenAPI operation(s) under /v2/actions for the actions route group.
|
||||
|
||||
Use the generated operation tools to make real API calls. Do not invent API responses.
|
||||
If a tool reports missing setup, return the exact setup field name to the caller.
|
||||
For write, update, or delete operations, state the intended action before calling the tool.
|
||||
|
||||
## Operations
|
||||
|
||||
### get_v2_actions
|
||||
|
||||
- Operation ID: `get_v2_actions`
|
||||
- Route: `GET /v2/actions`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/actions
|
||||
|
||||
### get_v2_actions_action_id
|
||||
|
||||
- Operation ID: `get_v2_actions_action_id`
|
||||
- Route: `GET /v2/actions/{action_id}`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/actions/{action_id}
|
||||
- Parameters:
|
||||
- `action_id` in `path` required
|
||||
Reference in New Issue
Block a user