sessions

Create a new session, or return an existing session if a session of the same name already exists.

post/api/sessions

Request body

idstring uuid
pathstring

path to the session

namestring

name of the session

typestring

session type

Response

Session created or returned

idstring uuid
pathstring

path to the session

namestring

name of the session

typestring

session type

Changes

No recorded changes to this endpoint across all 6 revisions of this API.