v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
Configuration

Save the tenant configuration

Creates or updates the tenant configuration.

post/v3/configuration

Request body

db.tables.extendedProfilesstring
db.tables.grantsstring
db.tables.formsstring
db.tables.featuresstring
db.tables.requestRulesstring
db.tables.entitlementsstring
db.tables.formFieldsstring
db.tables.companiesstring
db.tables.accountsstring
db.tables.userSchemaFieldsstring
db.tables.usersstring
db.tables.userAttributesstring
db.tables.accountUsersstring
db.tables.staticItemsstring
db.tables.webhooksstring
db.tables.adminUserTenantRolesstring
db.tables.adminUsersstring
db.tables.adminKeyPairsstring
oauth.google.apis.hoststring
oauth.linkedin.clientSecretstring
oauth.linkedin.apis.hoststring
oauth.google.clientSecretstring
oauth.google.callbackUristring
oauth.linkedin.clientIdstring
oauth.linkedin.callbackUristring
oauth.google.clientIdstring
oauth.facebook.callbackUristring
oauth.facebook.clientSecretstring
oauth.facebook.apis.hoststring
oauth.facebook.clientIdstring
cdn.originstring
redis.portstring
elasticsearch.urlstring
aws.regionstring
redis.hoststring
email.fromstring
authentication.password.requireEmailVerficationstring

Example request

{
  "db.tables.extendedProfiles": "value",
  "db.tables.grants": "value",
  "db.tables.forms": "value",
  "db.tables.features": "value",
  "db.tables.requestRules": "value",
  "db.tables.entitlements": "value",
  "db.tables.formFields": "value",
  "db.tables.companies": "value",
  "db.tables.accounts": "value",
  "db.tables.userSchemaFields": "value",
  "db.tables.users": "value",
  "db.tables.userAttributes": "value",
  "db.tables.accountUsers": "value",
  "db.tables.staticItems": "value",
  "db.tables.webhooks": "value",
  "db.tables.adminUserTenantRoles": "value",
  "db.tables.adminUsers": "value",
  "db.tables.adminKeyPairs": "value",
  "oauth.google.apis.host": "value",
  "oauth.linkedin.clientSecret": "value",
  "oauth.linkedin.apis.host": "value",
  "oauth.google.clientSecret": "value",
  "oauth.google.callbackUri": "value",
  "oauth.linkedin.clientId": "value",
  "oauth.linkedin.callbackUri": "value",
  "oauth.google.clientId": "value",
  "oauth.facebook.callbackUri": "value",
  "oauth.facebook.clientSecret": "value",
  "oauth.facebook.apis.host": "value",
  "oauth.facebook.clientId": "value",
  "cdn.origin": "value",
  "redis.port": "value",
  "elasticsearch.url": "value",
  "aws.region": "value",
  "redis.host": "value",
  "email.from": "value",
  "authentication.password.requireEmailVerfication": "value"
}

Response

OK