Scopes
Create a workspace scope
POST
/
api
/
v1
/
workspace
/
{id}
/
scope
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe workspace id.
Body
application/json
name
string
requiredrepresentation
string
requireddescription
string
Response
200 - application/json
scope
object
required