Skip to main content
PUT
/
accounts
/
workspaces
/
{workspaceId}
/
Update workspace
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>"
}'

Authorizations

Authorization
string
header
required

JWT token obtained from /accounts/token/ endpoint

Path Parameters

workspaceId
string<uuid>
required

Body

application/json
name
string
description
string

Response

200

Workspace updated