Files
a2a-platform 197f1bd317 deploy
2026-06-27 01:02:21 +00:00

34 lines
950 B
Markdown

---
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