Skip to main content
POST
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
Idempotency-Key
string
required

Required idempotency key. Exact retries of the same canonical request replay the original status, body, ETag, Location, and request ID for 24 hours.

Required string length: 1 - 255
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

The corrected attendance state and a required reason. Maximum 16384 bytes.

reason
string
required
Required string length: 1 - 2000
state
enum<string>
required
Available options:
UNKNOWN,
ATTENDED,
NO_SHOW

Response

Attendance corrected

correction
object
required
participant
object
required