v1
latestOpenAPI 3.0.0Apache-2.02026-07-1767300384.3 KBTenants
update tenant by id.
NOTE: this does not overwrite the entire tenant record, only the properties that are passed in the body. If you want to unset an non-required value, you can pass null.
put/tenants/{tenantId}
Path parameters
tenantIdstring required
Headers
x-tenant-idstring
Optional header to set the context to a specific tenant. Only needed when the --multi-tenant feature is enabled. Default value is 'default'
Request body
Response
Ok
Example response
{
"id": "821f9b26-ad04-4f56-89b6-e2ef9c72b36e"
}