deploy
This commit is contained in:
38
skills/statements/SKILL.md
Normal file
38
skills/statements/SKILL.md
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
name: statements-routes
|
||||
description: Handle 3 OpenAPI operation(s) under /statements for the statements route group.
|
||||
---
|
||||
|
||||
# statements API Routes
|
||||
|
||||
Handle 3 OpenAPI operation(s) under /statements for the statements 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
|
||||
|
||||
### statements_list
|
||||
|
||||
- Operation ID: `statements_list`
|
||||
- Route: `POST /statements/list`
|
||||
- Mode: WRITE
|
||||
- Summary: Retrieve a list of all statements associated with an Item.
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### statements_download
|
||||
|
||||
- Operation ID: `statements_download`
|
||||
- Route: `POST /statements/download`
|
||||
- Mode: WRITE
|
||||
- Summary: Retrieve a single statement.
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### statements_refresh
|
||||
|
||||
- Operation ID: `statements_refresh`
|
||||
- Route: `POST /statements/refresh`
|
||||
- Mode: WRITE
|
||||
- Summary: Refresh statements data.
|
||||
- Body: JSON request body accepted.
|
||||
Reference in New Issue
Block a user