For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update Session Object

This page shows the object structure of the json body that is accepted when updating a session

Parameter
Type
Required
Default
Description

session_guid

string

Yes

n/a

Session's GUID

name

string

No

n/a

Session's name

description

string

No

n/a

Session's description

tags

string

No

null

A comma separated list of tags

start_date

string

Yes

n/a

Date which the session will start(see)

duration

integer

Yes

n/a

Session duration in minutes. It can be between 5 and 360 minutes.

lang

string

No

tr-TR

Language code(see)

timezone

string

No

Europe/Istanbul

TZ identifier (see)

options

No

See object

Contains various session options(see)

allow_recording

bool

No

true

Flag to determine if the session will be recorded

inaccessible_replay

bool

No

false

Flag to determine if the session's replay should be inaccessible

Last updated