cURL
curl --request PUT \ --url https://api.futureagi.com/accounts/workspaces/{workspaceId}/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "description": "<string>" }'
Update workspace details
JWT token obtained from /accounts/token/ endpoint
Workspace updated
Was this page helpful?