put
/{tenantId}/v1Update tenant
Requires Authentication
Tenant
Updates tenant settings
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
Request Body
required
namestring
isEnabledboolean
Responses
Tenant updated
Response Bodyapplication/json
idstring
Code Examples
curl -X PUT 'https://api-next.checkio.co.uk/{tenantId}/v1' \
-H 'Authorization: Bearer {token}' \
-H 'Content-Type: application/json' \
-d '{
"name": "string",
"isEnabled": true
}'