Skip to main content
PUT
Update Value

Path Parameters

value_id
string<uuid>
required

Body

application/json

Request model for updating a demographic value.

value
string | null
Required string length: 1 - 255
display_name
string | null
metadata
Metadata · object | null
sort_order
integer | null

Response

Successful Response

A value within a demographic dimension.

Example: For dimension "race", values might be "White", "Black", "Asian", etc. These are used for prompt template variable substitution in bias testing.

id
string<uuid>
required
dimension_id
string<uuid>
required
value
string
required
created_at
integer
required
display_name
string | null
value_metadata
Value Metadata · object | null
sort_order
integer
default:0
Last modified on April 21, 2026