v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
Tenant Configuration

Update Tenant Configuration by Type

Creates or updates a tenant configuration based on configurationTypeId path parameter.

post/tenant-configurations/by-configuration-type/{configurationTypeId}

Path parameters

configurationTypeIdstring required

Configuration type ID

Headers

tenant-idstring required

Tenant ID

Request body

emptyboolean
valueNodeboolean
containerNodeboolean
missingNodeboolean
arrayboolean
objectboolean
nodeType'ARRAY' | 'BINARY' | 'BOOLEAN' | 'MISSING' | 'NULL' | 'NUMBER' | 'OBJECT' | 'POJO' | 'STRING'
pojoboolean
numberboolean
integralNumberboolean
floatingPointNumberboolean
shortboolean
intboolean
longboolean
floatboolean
doubleboolean
bigDecimalboolean
bigIntegerboolean
textualboolean
booleanboolean
nullboolean
binaryboolean

Response

Tenant configuration updated successfully

tenantIdstring

Tenant ID this configuration belongs to

configurationTypeIdstring

Configuration type ID

timezonestring

IANA timezone ID

timezoneAbbreviationstring

Timezone abbreviation for the current date

Example response

{
  "timezoneAbbreviation": "EST"
}