deploy
This commit is contained in:
39
skills/snapshots/SKILL.md
Normal file
39
skills/snapshots/SKILL.md
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
name: snapshots-routes
|
||||
description: Handle 3 OpenAPI operation(s) under /v2/snapshots for the snapshots route group.
|
||||
---
|
||||
|
||||
# snapshots API Routes
|
||||
|
||||
Handle 3 OpenAPI operation(s) under /v2/snapshots for the snapshots 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_snapshots
|
||||
|
||||
- Operation ID: `get_v2_snapshots`
|
||||
- Route: `GET /v2/snapshots`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/snapshots
|
||||
|
||||
### get_v2_snapshots_snapshot_id
|
||||
|
||||
- Operation ID: `get_v2_snapshots_snapshot_id`
|
||||
- Route: `GET /v2/snapshots/{snapshot_id}`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/snapshots/{snapshot_id}
|
||||
- Parameters:
|
||||
- `snapshot_id` in `path` required
|
||||
|
||||
### delete_v2_snapshots_snapshot_id
|
||||
|
||||
- Operation ID: `delete_v2_snapshots_snapshot_id`
|
||||
- Route: `DELETE /v2/snapshots/{snapshot_id}`
|
||||
- Mode: WRITE
|
||||
- Summary: delete_/v2/snapshots/{snapshot_id}
|
||||
- Parameters:
|
||||
- `snapshot_id` in `path` required
|
||||
Reference in New Issue
Block a user