Skip to main content
PUT
Update an issue
All fields in the request body are optional — only fields you include will be updated.

Authorizations

x-api-key
string
header
required

API key for authentication. Must start with dd- prefix.

Headers

x-api-key
string
default:dd-00000000000000000000000065c9cbfe
required

API Key

Path Parameters

id
string
required

Issue ID

Body

application/json

Payload for updating an existing issue. All fields are optional.

generationId
string
generatedText
string
problemWord
string
voicePromptId
string
type
enum<string>

Category of problem being reported. Any value outside the enum returns 400.

Available options:
hallucinations,
glossary
additionalComments
string
problemAudioFile
string

Optional base64-encoded audio clip to attach to the issue

problemSeconds
number
phoneticHeard
string

Optional phonetic transcription of how the word actually sounded

phoneticExpected
string

Optional phonetic transcription of how the word should sound

Response

Updated issue

Issue details

id
string
Example:

"iss_12345abcde"

state
enum<string>

Current state of the issue.

Available options:
open,
uploaded_for_correction,
in_progress,
resolved,
rejected
Example:

"open"

rejectionReason
string

Why the issue was rejected. Present only when state is rejected.

Example:

"duplicate report"

createdAt
string<date-time>
updatedAt
string<date-time>
generationId
string
generatedText
string
problemWord
string
voicePromptId
string
type
enum<string>

Category of problem being reported.

Available options:
hallucinations,
glossary
locale
string

Locale of the reported generation, when known.

Example:

"en-US"

additionalComments
string
problemSeconds
number
phoneticHeard
string

Phonetic transcription of how the word actually sounded

phoneticExpected
string

Phonetic transcription of how the word should sound