Update a workspace in an organization
cURL
curl --request PUT \ --url https://s-server-demo.siftd.ai/api/workspaces/{workspace_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "current_user_role": "<string>", "name": "<string>", "parent_workspace_id": "<string>", "workspace_id": "<string>" } '
{ "current_user_role": "<string>", "name": "<string>", "parent_workspace_id": "<string>", "workspace_id": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Organization ID
Workspace to update
A workspace within an organization. All connections, notebooks, and sessions belong to a workspace.
OK
Was this page helpful?