rooms/:name/set-session-data
Session
Set Session Data
Sets meeting session data
POST
rooms/:name/set-session-data
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
A javascript object that can be serialized into JSON. Defaults to {}.
replace to replace the existing meeting session data object or shallow-merge to merge with it.
Available options:
replace, shallow-merge Optional list of keys to delete from the existing meeting session data object when using shallow-merge.
Response
200