API Docs / Operations / Client - Settings / Update client settings

Update client settings

PUT /tenants/{tenant}/client-settings

Updates the client settings for the specified tenant

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

{
  "clientManager_Enabled": false,
  "clientManager_ShowInList": false,
  "partner_Enabled": false,
  "partner_ShowInList": false,
  "associate_Enabled": false
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found