v2
latestOpenAPI 3.1.12026-07-2613060964.2 KBCreate / Update Tenants
API to create a new Tenant OR update an existing Tenant
post/v1/tenant/{tenant_id}/
Path parameters
tenant_idstring required
unique identifier of the tenant that you want to create / update
Request body
Example request
{
"secondary_color": "#00ff00",
"tertiary_color": "#0000ff"
}Response
201 - Created
object required
Updated Object Payload is returned in response. JSON structure similar to request payload.