Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Update agent insights issue status

PATCH/v1/private/agent-insights/issues/{issue_id}Update agent insights issue status

Moves an issue through its lifecycle: open, resolved or closed

Parameters

issue_idstring · uuidpathrequired

Request body

application/json
objectAgentInsightsIssueUpdate
project_idstring · uuidrequired
statusstringrequired

one of "open", "resolved", "closed"

Example request
{
  "project_id": "00000000-0000-0000-0000-000000000000",
  "status": "closed"
}

Responses

204Issue updated
400Bad Requestapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
401Unauthorizedapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
404Not Foundapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
Documentation menu