Stampfactory
Dokumentation
Konfiguration

Workspace aktualisieren

The tenant is resolved from the request domain, so a workspace admin can only ever modify their own tenant; there is no tenant identifier in the request to point at someone else's workspace.

PUT
/workspace
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Request-Body

application/json

TypeScript-Definitionen

TypeScript-Typ für request body.

Response-Body

application/json

application/json

application/json

curl -X PUT "https://example.com/workspace" \  -H "Content-Type: application/json" \  -d '{}'
{  "data": {    "name": "string",    "timezone": "string",    "plan": "string"  }}