Skip to main content
POST
metadata uses full replacement semantics — the entire object is replaced by what you send. Any keys not included in the request will be lost. See Participant — metadata.
tag and metadata are both optional. If neither is provided, the request still succeeds and only updated_at is refreshed.
Returns 404 if the participant is not found.

Authorizations

x-api-key
string
header
required

Body

application/json
participant_id
string<uuid>
required

The unique identifier of the participant to update.

tag
string

New label for this participant. Max 100 characters. Cannot be empty or whitespace-only. Omit to leave unchanged.

metadata
object | null

Full replacement for the metadata object. All previous keys not included will be lost. Max 10 keys; key names max 50 characters; values max 250 characters. Omit to leave unchanged.

Response

200 - application/json

Participant updated successfully.

data
object