cURL
curl --request PUT \ --url {protocol}://{domain}/api/v1/spaces \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "intent": "assign_statements", "spaceId": "<string>", "statementIds": [ "<string>" ], "spaceIds": [ "<string>" ] }'
Perform bulk operations on spaces including:
Bearer token authentication supports:
Example: Authorization: Bearer your_token_here
Authorization: Bearer your_token_here
Bulk operation completed
Was this page helpful?