Backoffice Tenant

Update tenant via robot token

PUT
/api/v2/backoffice/tenants/{id}

Authorization

BearerAuthObject
AuthorizationBearer <token>

In: header

Path Parameters

id*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://example.com/api/v2/backoffice/tenants/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{    "productId": "dcd53ddb-8104-4e48-8cc0-5df1088c6113",    "name": "string",    "platforms": [      "string"    ]  }'
{  "tenantId": "f97df110-f4de-492e-8849-4a6af68026b0"}
Empty