Authorizations
Your unique Avido API key
Your unique Avido Application ID
Path Parameters
The unique identifier of the task
Example:
"123e4567-e89b-12d3-a456-426614174000"
Body
application/json
Request body for updating an existing task
The title of the task
Minimum length:
1Example:
"Updated Credit Card Block"
A short description of the task
Minimum length:
1Example:
"The user wants to block their credit card immediately"
ID of the topic this task belongs to
Example:
"789e4567-e89b-12d3-a456-426614174000"
Example inputs for the task
Example:
[
"I need to block my credit card",
"Please disable my card"
]Replace the existing task metadata. Use null to clear all metadata for the task.
Example:
{ "customerId": "1", "priority": "medium" }Response
Task updated successfully
Successful response containing the task data
A task that represents a specific job-to-be-done by the LLM in the user application.