curl --request POST \ --url https://prod.oneloop.ai/api/v1/workspace/{id}/scope \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "representation": "<string>", "description": "<string>" }'
{ "scope": { "id": "<string>", "name": "<string>", "representation": "<string>", "description": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The workspace id.
The created scope
The response is of type object.
object