session

Create session

Create a new session under a space. Optionally associate with a user identifier.

post/session

Request body

configsobject
disable_task_trackingboolean
space_idstring uuid
userstring

Example request

{
  "space_id": "123e4567-e89b-12d3-a456-42661417",
  "user": "alice@acontext.io"
}

Response

Created

codeinteger
errorstring
msgstring

Changes