Add a session

POST

Create New Session

Request

This endpoint expects an object.
session_idstringRequired

The unique identifier of the session.

user_idstringRequired

The unique identifier of the user associated with the session

fact_rating_instructionobjectOptional

Optional instruction to use for fact rating.

metadatamap from strings to anyOptional

The metadata associated with the session.

Response

This endpoint returns an object.
classificationsmap from strings to stringsOptional
created_atstringOptional
deleted_atstringOptional
ended_atstringOptional
fact_rating_instructionobjectOptional
factslist of stringsOptional
idintegerOptional

TODO deprecate

metadatamap from strings to anyOptional
project_uuidstringOptional
session_idstringOptional
updated_atstringOptional
user_idstringOptional

Must be a pointer to allow for null values

uuidstringOptional

Errors