Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Update AI review queue item

PATCH/v1/ai/agents/{agentID}/issues/{issueID}
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Path parameters
agentIDstringrequired
issueIDstringrequired
Request body
requiredapplication/json
notestring
statusstring
Responses
200OK
agent_idstringrequired
assigned_tostring
created_atstringrequired
detailsobjectrequired
idstringrequired
issue_typestringrequired
rawSeveritystringrequired
resolved_atstring
severitystringrequired
source_refstring
statusstringrequired
summarystringrequired
titlestringrequired
updatedAtstringrequired
updated_atstringrequired
400Bad Request
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
404Not Found
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
422Unprocessable Entity
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X PATCH "/v1/ai/agents/string/issues/string" \
  -H "Content-Type: application/json" \
  -d '{
  "note": "string",
  "status": "string"
}'
Response
{
  "agent_id": "string",
  "assigned_to": "string",
  "created_at": "string",
  "details": {},
  "id": "string",
  "issue_type": "string",
  "rawSeverity": "string",
  "resolved_at": "string",
  "severity": "string",
  "source_ref": "string",
  "status": "string",
  "summary": "string",
  "title": "string",
  "updatedAt": "string",
  "updated_at": "string"
}