Skip to main content

Create a new Editor Session

POST 

/api/workspaces/:workspace_id/entities/:id/session/

Create an editor session for the corresponding entity.

Request

Path Parameters

    workspace_id stringrequired
    id integerrequired

    A unique integer value identifying this entity.

Responses

Schema

    editor_session uuidrequired

    The uuid reserved for this Session.

Loading...