Skip to main content
PUT
Update and activate suggested task

Authorizations

x-api-key
string
header
required

Your unique Avido API key

x-application-id
string
header
required

Your unique Avido Application ID

Path Parameters

id
string<uuid>
required

The unique identifier of the issue

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
Example:

"123e4567-e89b-12d3-a456-426614174000"

Body

application/json

Request body for updating a suggested task. This will also activate the task (change status from DRAFT to ACTIVE).

title
string

Updated title for the suggested task

Minimum string length: 1
Example:

"Updated: Credit Card Block"

description
string

Updated description for the suggested task

Minimum string length: 1
Example:

"User wants to immediately block their credit card"

topicId
string<uuid> · null · null

Updated topic ID for the suggested task. Use null to remove topic association.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
Example:

"789e4567-e89b-12d3-a456-426614174000"

Response

Successfully updated and activated suggested task. Task status is now ACTIVE.

Successful response containing the suggested task (DRAFT) associated with the issue

task
Task · object
required

A task that represents a specific job-to-be-done by the LLM in the user application.