Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://api.metal.ai/v1/workspaces/{id} \ --header 'Content-Type: application/json' \ --header 'x-metal-api-key: <api-key>' \ --header 'x-metal-client-id: <api-key>' \ --data ' { "name": "<string>", "isPrivate": true } '
{ "data": { "id": "<string>", "name": "Project Atlas workspace", "source": "<string>", "company": "<string>", "isPrivate": true, "isPersonal": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Updates an existing workspace.
The Client ID of your API key.
The secret value of your API key.
The workspace id.
Show child attributes