Checkio API
put/{tenantId}/v1

Update tenant

Requires Authentication
Tenant

Updates tenant settings

Path Parameters

NameTypeDescription
tenantId
required
string (uuid)Tenant UUID

Request Body

required
name
string
isEnabled
boolean

Responses

Tenant updated

Response Bodyapplication/json
id
string

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
}'