Update an issue's state
Issues
Update an issue's state
Move an issue through the review workflow. You can only change the state of issues your own API key created.
PATCH
Update an issue's state
Moves an issue through the review workflow. This is separate from
PUT /issues/{id}, which edits the contents of a report — this endpoint only changes its state.
You can only change the state of issues created by your own API key; anything else returns 404.
States
Setting
state to rejected without a rejectionReason returns 400, as does any value outside the table above.
Authorizations
API key for authentication. Must start with dd- prefix.
Headers
API Key
Path Parameters
Issue ID
Body
application/json
Payload for moving an issue to a new workflow state
Response
Updated issue
Issue details
Example:
"iss_12345abcde"
Current state of the issue.
Available options:
open, uploaded_for_correction, in_progress, resolved, rejected Example:
"open"
Why the issue was rejected. Present only when state is rejected.
Example:
"duplicate report"
Category of problem being reported.
Available options:
hallucinations, glossary Locale of the reported generation, when known.
Example:
"en-US"
Phonetic transcription of how the word actually sounded
Phonetic transcription of how the word should sound
