Skip to main content
PATCH
Update Demo

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

demo_id
string<uuid>
required

Body

application/json

Admin request to update a demo.

slug
string | null
demo_type
string | null
data
Data · object | null
status
string | null
expires_at
string<date-time> | null

Response

Successful Response

Public demo response.

id
string<uuid>
required
slug
string
required
company_name
string
required
demo_type
string
required
status
string
required
data
Data · object
required
created_at
string<date-time>
required