Skip to main content
POST
Add Sessions To Scope

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
string
required
scope_id
string
required

Body

application/json

IDs of the sessions to add to the scope

session_ids
string[]
required

IDs of existing sessions to add to the scope

Required array length: 1 - 100 elements

Response

Successful Response