deploy
This commit is contained in:
33
skills/sign-templates/SKILL.md
Normal file
33
skills/sign-templates/SKILL.md
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
name: sign-templates-routes
|
||||
description: Handle 2 OpenAPI operation(s) under /sign_templates for the sign templates route group.
|
||||
---
|
||||
|
||||
# sign templates API Routes
|
||||
|
||||
Handle 2 OpenAPI operation(s) under /sign_templates for the sign templates 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_sign_templates
|
||||
|
||||
- Operation ID: `get_sign_templates`
|
||||
- Route: `GET /sign_templates`
|
||||
- Mode: READ
|
||||
- Summary: List Box Sign templates
|
||||
- Parameters:
|
||||
- `marker` in `query`
|
||||
- `limit` in `query`
|
||||
|
||||
### get_sign_templates_id
|
||||
|
||||
- Operation ID: `get_sign_templates_id`
|
||||
- Route: `GET /sign_templates/{template_id}`
|
||||
- Mode: READ
|
||||
- Summary: Get Box Sign template by ID
|
||||
- Parameters:
|
||||
- `template_id` in `path` required
|
||||
Reference in New Issue
Block a user