deploy
This commit is contained in:
46
skills/certificates/SKILL.md
Normal file
46
skills/certificates/SKILL.md
Normal file
@@ -0,0 +1,46 @@
|
||||
---
|
||||
name: certificates-routes
|
||||
description: Handle 4 OpenAPI operation(s) under /v2/certificates for the certificates route group.
|
||||
---
|
||||
|
||||
# certificates API Routes
|
||||
|
||||
Handle 4 OpenAPI operation(s) under /v2/certificates for the certificates 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_certificates
|
||||
|
||||
- Operation ID: `get_v2_certificates`
|
||||
- Route: `GET /v2/certificates`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/certificates
|
||||
|
||||
### post_v2_certificates
|
||||
|
||||
- Operation ID: `post_v2_certificates`
|
||||
- Route: `POST /v2/certificates`
|
||||
- Mode: WRITE
|
||||
- Summary: post_/v2/certificates
|
||||
|
||||
### get_v2_certificates_certificate_id
|
||||
|
||||
- Operation ID: `get_v2_certificates_certificate_id`
|
||||
- Route: `GET /v2/certificates/{certificate_id}`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/certificates/{certificate_id}
|
||||
- Parameters:
|
||||
- `certificate_id` in `path` required
|
||||
|
||||
### delete_v2_certificates_certificate_id
|
||||
|
||||
- Operation ID: `delete_v2_certificates_certificate_id`
|
||||
- Route: `DELETE /v2/certificates/{certificate_id}`
|
||||
- Mode: WRITE
|
||||
- Summary: delete_/v2/certificates/{certificate_id}
|
||||
- Parameters:
|
||||
- `certificate_id` in `path` required
|
||||
Reference in New Issue
Block a user