v7

latestOpenAPI 3.1.02026-08-02164134155.7 KB

Update Demo

Update an existing demo.

put/studio/v1/demos/{demo_id}

Path parameters

demo_idstring required

Request body

namestring

Name of the demo

visibility'public' | 'private'

An enumeration.

status'active' | 'inactive'

An enumeration.

configobject

Demo configuration

ui_component_namestring

Name of the UI component

Response

Successful Response

idstring required

A unique ID for the request (not the message). Repeated identical requests get different IDs. However, for a streaming response, the ID will be the same for all responses in the stream.

namestring required

Name of the demo

visibility'public' | 'private' required

An enumeration.

status'active' | 'inactive' required

An enumeration.

configobject

Demo configuration

ui_component_namestring required

Name of the UI component