Skip to main content
PATCH
Update a CDP event schema

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

event_type
string
required

URL-encoded event name (e.g. Order%20Completed).

Body

application/json
json_schema
object
enforcement_mode
enum<string>
Available options:
strict,
warn,
off
description
string | null
Required string length: 1 - 500

Response

200 - application/json

The updated event schema

data
object

A registered CDP event schema — a JSON Schema bound to a named event type plus the enforcement mode applied to matching /track events (off = passthrough, warn = log violations, strict = reject).

meta
object