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

  1. ea7b2f7c41a9115

What changed

  • ea7b2f7c41a9115See the full diff
    • added the pattern ^[a-z0-9_.-]+$ to the path request parameter tenant_id

      request-parameter-pattern-added

    • for the path request parameter tenant_id, the maxLength was set to 64

      request-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 value

      new-required-request-property-with-default

    • the request property became optional

      request-property-became-optional

    • the request property default value Awesome Tenant was removed

      request-property-default-value-removed