Changes to Create / Update Tenants
POST /v1/tenant/{tenant_id}/
Every recorded change to this endpoint, newest first. Back to the operation
Changed in 1 of the 7 revisions of this API.115
- ea7b2f7c41a9115
What changed
- ▲
added the pattern
^[a-z0-9_.-]+$to thepathrequest parametertenant_idrequest-parameter-pattern-added
- ●
for the
pathrequest parametertenant_id, the maxLength was set to64request-parameter-max-length-set
- ○
added the new optional request property
new-optional-request-property
- ○
added the new optional request property
new-optional-request-property
- ○
added the new required request property
with a default valuenew-required-request-property-with-default
- ○
the request property
became optionalrequest-property-became-optional
- ○
the
request property default valueAwesome Tenantwas removedrequest-property-default-value-removed
- ▲