Skip to main content
PATCH
Update a score

Authorizations

Authorization
string
header
required

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

Path Parameters

score_id
string<uuid>
required

Score UUID

Query Parameters

application_id
string<uuid>
required

Application UUID (required for auth scoping and partition pruning)

Body

application/json

Request body for partially updating a score. Only provided fields are updated. Identity and structural fields (name, score_type, source, targets, annotator_id) cannot be changed — annotator_id is immutable after creation; create a new score to reassign.

value
number<double> | null

Updated numeric value

label
string | null

Updated categorical label

text
string | null

Updated text content

Maximum string length: 65536
reasoning
string | null

Updated reasoning

metadata
object | null

Updated metadata (replaces entire map)

Response

Score updated successfully

Response object for standard API responses.

api_version
enum<string>
default:3.0

API version.

Available options:
2.0,
3.0
kind
enum<string>
default:NORMAL

Type of response, indicating a normal response.

Available options:
NORMAL
data
object

Score resource returned by all read endpoints.