enableCustomAccount #
Determine whether the tenant prefers to use its own configuration or the global platform configuration.
URL: http://kuzzle:7512/hermes/config/:client/:index/enableCustomAccount
Method: POST
Body:
{
"enabled": false, // boolean
}
Arguments :
tenantId
: Tenant to updateclient
: messenger client ("smtp", "sendgrid" or "twilio")enabled
: set true if the tenant wants to use its own configuration, or false to use the global platform configuration
Edit this page on Github(opens new window)