cURL
curl --request PATCH \ --url https://eu-gcp-api.vg-stuff.com/v3/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": "<any>" }
Updates a workspace, this route must use the new V3 endpoints.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The id of the workspace
Successful response
The response is of type object.
object