cURL
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>" } }
Show child attributes