{
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"title": "Response quality degradation",
"createdAt": "2024-01-05T12:34:56.789Z",
"orgId": "org_123456",
"status": "OPEN",
"source": "TEST",
"priority": "HIGH",
"type": "BUG",
"applicationId": "456e7890-e89b-12d3-a456-426614174000",
"modifiedAt": "2024-01-05T12:34:56.789Z",
"description": "The chatbot is providing incomplete responses to user queries",
"summary": "The chatbot is providing incomplete responses to user queries",
"impact": "The chatbot is providing incomplete responses to user queries",
"comment": "Working as intended",
"assignedTo": "user_789012",
"assignedUser": {
"id": "user_789012",
"name": "John Doe",
"email": "john@example.com",
"image": "https://example.com/avatar.jpg"
},
"topicId": "789e4567-e89b-12d3-a456-426614174000",
"taskId": "789e4567-e89b-12d3-a456-426614174000",
"testId": "789e4567-e89b-12d3-a456-426614174000",
"evalDefinitionId": "789e4567-e89b-12d3-a456-426614174000",
"annotationId": "890e5678-e89b-12d3-a456-426614174000",
"traceId": "trace_abc123",
"experimentId": "789e4567-e89b-12d3-a456-426614174000",
"parentId": "123e4567-e89b-12d3-a456-426614174000",
"hasSuggestedTask": true
}
}{
"message": "Resource not found"
}{
"message": "Resource not found"
}{
"message": "Resource not found"
}{
"message": "Issue not found"
}{
"message": "Invalid request data",
"issues": [
{
"code": "invalid_string",
"message": "Invalid UUID",
"path": [
"id"
]
}
]
}{
"message": "Resource not found"
}Update an issue
Updates an existing issue. Can be used to reassign, change status, update priority, or modify any other issue fields.
{
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"title": "Response quality degradation",
"createdAt": "2024-01-05T12:34:56.789Z",
"orgId": "org_123456",
"status": "OPEN",
"source": "TEST",
"priority": "HIGH",
"type": "BUG",
"applicationId": "456e7890-e89b-12d3-a456-426614174000",
"modifiedAt": "2024-01-05T12:34:56.789Z",
"description": "The chatbot is providing incomplete responses to user queries",
"summary": "The chatbot is providing incomplete responses to user queries",
"impact": "The chatbot is providing incomplete responses to user queries",
"comment": "Working as intended",
"assignedTo": "user_789012",
"assignedUser": {
"id": "user_789012",
"name": "John Doe",
"email": "john@example.com",
"image": "https://example.com/avatar.jpg"
},
"topicId": "789e4567-e89b-12d3-a456-426614174000",
"taskId": "789e4567-e89b-12d3-a456-426614174000",
"testId": "789e4567-e89b-12d3-a456-426614174000",
"evalDefinitionId": "789e4567-e89b-12d3-a456-426614174000",
"annotationId": "890e5678-e89b-12d3-a456-426614174000",
"traceId": "trace_abc123",
"experimentId": "789e4567-e89b-12d3-a456-426614174000",
"parentId": "123e4567-e89b-12d3-a456-426614174000",
"hasSuggestedTask": true
}
}{
"message": "Resource not found"
}{
"message": "Resource not found"
}{
"message": "Resource not found"
}{
"message": "Issue not found"
}{
"message": "Invalid request data",
"issues": [
{
"code": "invalid_string",
"message": "Invalid UUID",
"path": [
"id"
]
}
]
}{
"message": "Resource not found"
}Authorizations
Your unique Avido API key
Your unique Avido Application ID
Path Parameters
The unique identifier of the issue
^([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)$"123e4567-e89b-12d3-a456-426614174000"
Body
Request body for updating an existing issue
Updated title of the issue
"Response quality degradation - Critical"
Updated summary of the issue
"The chatbot is consistently providing incomplete responses"
Reason for resolving or dismissing the issue
"Duplicate report"
Updated status of the issue
OPEN, RESOLVED, REJECTED "RESOLVED"
Updated priority level
LOW, MEDIUM, HIGH "LOW"
Updated type/category
BUG, HUMAN_ANNOTATION, SUGGESTED_TASK, USER_SIGNAL "HUMAN_ANNOTATION"
Reassign the issue to a different user
"user_345678"
Update associated topic ID
^([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)$"789e4567-e89b-12d3-a456-426614174000"
Update associated task ID
^([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)$"789e4567-e89b-12d3-a456-426614174000"
Update associated test ID
^([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)$"789e4567-e89b-12d3-a456-426614174000"
Update associated evaluation definition ID
^([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)$"789e4567-e89b-12d3-a456-426614174000"
Update associated annotation ID
^([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)$"890e5678-e89b-12d3-a456-426614174000"
Update associated trace ID
"trace_xyz789"
Update associated experiment ID
^([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)$"789e4567-e89b-12d3-a456-426614174000"
Update parent issue ID for sub-issues
^([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)$"123e4567-e89b-12d3-a456-426614174000"
Response
Successfully updated issue
Successful response containing the issue data
An issue tracking problems or improvements in the AI application
Show child attributes
Show child attributes