Skip to content

Update Tenant

Request

Update tenant information

Security
bearerToken
Path
tenantstringrequired

Tenant domain prefix

Bodyapplication/jsonrequired
namestring

Tenant name

curl -i -X PUT \
  'https://docs.exolink.com/_mock/apis/exolink_api/tenant/{tenant}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "name": "string"
  }'

Responses

Tenant updated successfully