cURL
curl --request PATCH \ --url https://eu-cloudflare.vg-stuff.com/workspaces/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "updates": { "workspaceName": "<string>", "workspaceEmails": [ "<string>" ], "automaticBilling": true, "marketplaceProfile": { "username": "<string>", "description": "<string>", "email": "<string>", "photoURL": "<string>" } } } '
{ "success": true, "message": "<string>", "data": "<unknown>" }
Updates a workspace, this route must use the new V3 endpoints.
{ "updates": { "workspaceName": "Updated Workspace Name", "marketplaceProfile": { "username": "my-unique-username", "description": "We build AI agents" } } }
username
marketplaceProfile
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The id of the workspace
Show child attributes
Successful response