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
duration
integer
Yes
n/a
Session duration in minutes. It can be between 5 and 360 minutes.
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
Was this helpful?