Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

Authenticate with a workspace-pinned Floral personal access token.

Headers

X-Request-ID
string

Optional caller-generated correlation ID. Floral returns the effective value in X-Request-ID.

Required string length: 1 - 128
If-Match
string
required

Strong ETag from the latest detail or mutation response. A stale value returns 412 VERSION_CONFLICT.

Pattern: ^"(?:[^"\\]|\\.)*"$

Path Parameters

workspaceSlug
string
required

Slug of the workspace pinned to the credential.

Required string length: 1 - 100
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
eventId
integer
required

Stable numeric event ID.

Required range: x >= 1
participantId
string<uuid>
required

Stable participant UUID.

Body

application/json

Omitted fields remain unchanged. responses contains only the answers to change; null clears an optional answer. Maximum 65536 bytes.

companyName
string | null
Maximum string length: 255
email
string<email> | null
Maximum string length: 320
Pattern: ^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$
name
string
Required string length: 1 - 255
phone
string | null
Maximum string length: 64
responses
object

Response

Participant updated

participant
object
required