Instantiate a task from a template. Template fields supply defaults; body fields override.
Documentation Index
Fetch the complete documentation index at: https://docs.wiseyield.co/llms.txt
Use this file to discover all available pages before exploring further.
tasks:write scope.
isActive=true.name.description.low, medium, high, urgent. Defaults to template’s priority.defaultAssignee.estimatedDuration.data. See Get task for the task shape.
| Status | When |
|---|---|
400 INVALID_ID | {id} is not a valid UUID |
400 VALIDATION_ERROR | Body validation failed, OR farmId is required and wasn’t provided |
401 | Missing, malformed, expired, or revoked API key |
403 INSUFFICIENT_SCOPE | Key lacks tasks:write scope |
404 NOT_FOUND | Template doesn’t exist, is inactive, or is neither user-owned nor global; OR resolved farmId isn’t owned by you |
429 RATE_LIMIT_EXCEEDED | Per-user rate limit reached |
5xx | Server error |