1.1 KiB
1.1 KiB
name, description
| name | description |
|---|---|
| resource-proofs-routes | 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_idinpathrequired
resource_proof_update
- Operation ID:
resource_proof_update - Route:
PATCH /resource_proofs/{res_prf_id} - Mode: WRITE
- Summary: Update
- Parameters:
res_prf_idinpathrequired
- 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.