cURL
curl --request PUT \ --url https://api.staging-2tid4c.ezyshield.com.au/management/v1/workspaces/{workspace} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "data": { "id": "<string>", "type": "workspaces", "attributes": { "name": "<string>", "created_at": "<string>", "updated_at": "<string>" } } }
Requires the workspace:write ability.
workspace:write
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The workspace ID
The name of the workspace.
255
WorkspaceResource
Show child attributes