cURL
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" } '
New display-friendly legal name.
255
"Acme Paris SAS"