Updating Sessions
This step shows how to update sessions through PerculusAPI
The below list explains all the available parameters when updating a session.
Parameter
Type
Description
name
string
Session name
description
string
Session description
tags
string
A comma separated list of tags
start_date
string
duration
integer(min: 5)
Session duration
lang
string
allow_recording
bool
Flag to determine if the session will be recorded
inaccessible_replay
bool
Flag to determine if the session's replay should be inaccessible
timezone
string
options
Contains various session options(see)
You can update the session by passing SESSION_ID as a parameter after all parameters. Example:
Example Response:
Last updated
Was this helpful?