Skip to main content
POST
Activate modal version

Authorizations

Authorization
string
header
required

LithoBlocks API key obtained from your organization dashboard. The LithoBlocks MCP server also presents a Supabase-issued user session token here on the user's behalf; such a token acts as that user with the scopes their organization role allows.

Headers

Idempotency-Key
string

Any unique string (a UUID is fine). Repeating a request with the same key and body within 24 hours replays the original response with Idempotency-Replayed: true instead of running again; the same key with a different body is a 409. Incomplete and 5xx outcomes are retained for reconciliation beyond 24 hours. Applies only on the documented endpoints. Never automatically change keys to bypass an uncertain outcome.

Required string length: 1 - 255
Example:

"3f7d2c1a-9b4e-4f0a-8c6d-2e1b5a7c9d10"

Path Parameters

id
string<uuid>
required
version_id
string<uuid>
required

Response

Operation result

id
string<uuid>
required
modal_definition_id
string<uuid>
required
version_number
integer
required
blocks
object[]
required
placeholder_mapping
object | null
required
status
enum<string> | null
required
Available options:
draft,
active,
inactive
is_current
boolean | null
required
created_by
string
required
created_at
string | null
required
updated_at
string | null
required
sample_data
unknown