Skip to main content
PUT
Update run gold label
Update an existing gold label for a run. You can modify the text value or object value, but you cannot change the output resource name.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

run_id
string<uuid>
required

The ID of the run

gold_label_id
string<uuid>
required

The ID of the gold label

Body

application/json
text_value
string
object_value
object
object_value_is_partial
boolean

Response

Gold label updated successfully

id
string<uuid>
required

Unique identifier for the gold label

account_id
string
required

ID of the account that owns this gold label

run_id
string<uuid>
required

ID of the run this gold label belongs to

output_resource_name
string
required

Name of the output resource this gold label is for

created_at
string<date-time>
required

When the gold label was created

text_value
string | null

Text value for the gold label

object_value
object | null

Object value for the gold label

object_value_is_partial
boolean | null

Whether the object value is a partial gold label

created_by
string | null

ID of the user who created the gold label

updated_by
string | null

ID of the user who last updated the gold label

updated_at
string<date-time>

When the gold label was last updated