Skip to main content
PATCH
/
v2
/
workspaces
/
{name}
Update a workspace
curl --request PATCH \
  --url https://api.topograph.co/v2/workspaces/{name} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "legalName": "Acme Paris SAS"
}
'

Authorizations

x-api-key
string
header
required

Path Parameters

name
string
required

Body

application/json

New display-friendly legal name.

Maximum string length: 255
Example:

"Acme Paris SAS"

Response

200 - undefined