Skip to main content
PUT
Error

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

case_id
string<uuid4>
required
definition_id
string<uuid4>
required
workspace_id
string<uuid>
required

Body

application/json

Request body for setting or clearing a dropdown value on a case.

option_id
string<uuid> | null

The option ID to set. Pass null to clear the value.

Response

Successful Response

Per-case dropdown value with full definition/option info.

id
string<uuid>
required
definition_id
string<uuid>
required
definition_ref
string
required
definition_name
string
required
option_id
string<uuid> | null
option_label
string | null
option_ref
string | null
option_icon_name
string | null
option_color
string | null