deploy
This commit is contained in:
41
skills/resource-proofs/SKILL.md
Normal file
41
skills/resource-proofs/SKILL.md
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
name: resource-proofs-routes
|
||||
description: Handle 3 OpenAPI operation(s) under /resource_proofs for the resource proofs route group.
|
||||
---
|
||||
|
||||
# resource proofs API Routes
|
||||
|
||||
Handle 3 OpenAPI operation(s) under /resource_proofs for the resource proofs 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
|
||||
|
||||
### resource_proof_retrieve
|
||||
|
||||
- Operation ID: `resource_proof_retrieve`
|
||||
- Route: `GET /resource_proofs/{res_prf_id}`
|
||||
- Mode: READ
|
||||
- Summary: Retrieve
|
||||
- Parameters:
|
||||
- `res_prf_id` in `path` required
|
||||
|
||||
### resource_proof_update
|
||||
|
||||
- Operation ID: `resource_proof_update`
|
||||
- Route: `PATCH /resource_proofs/{res_prf_id}`
|
||||
- Mode: WRITE
|
||||
- Summary: Update
|
||||
- Parameters:
|
||||
- `res_prf_id` in `path` required
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### resource_proof_create
|
||||
|
||||
- Operation ID: `resource_proof_create`
|
||||
- Route: `POST /resource_proofs`
|
||||
- Mode: WRITE
|
||||
- Summary: Create
|
||||
- Body: JSON request body accepted.
|
||||
Reference in New Issue
Block a user