organizations

Update organization (owner/admin only)

patch/api/v1/orgs/{org_uuid}

Path parameters

org_uuidstring uuid required

Request body

namestring
slugstring
billing_emailstring email nullable

Response

Updated

idstring uuid required
slugstring required
namestring required
plan'free' | 'developer' | 'pro' | 'enterprise' required
billing_emailstring email nullable required
created_atstring date-time required
updated_atstring date-time required

Changes

Changed in 3 of the 7 revisions of this API.41215

  • 55772030ddd31122See the full diff
    • the detail response's property type/format changed from string/ to object/ for status 409

      response-property-type-changed

    • removed the optional property code from the response with the 401 status

      response-optional-property-removed

    • removed the optional property code from the response with the 403 status

      response-optional-property-removed

    • removed the optional property code from the response with the 404 status

      response-optional-property-removed

    • removed the optional property code from the response with the 409 status

      response-optional-property-removed

    • removed the optional property fields from the response with the 401 status

      response-optional-property-removed

    • removed the optional property fields from the response with the 403 status

      response-optional-property-removed

    • removed the optional property fields from the response with the 404 status

      response-optional-property-removed

    • removed the optional property fields from the response with the 409 status

      response-optional-property-removed

    • removed the optional property request_id from the response with the 401 status

      response-optional-property-removed

    • removed the optional property request_id from the response with the 403 status

      response-optional-property-removed

    • removed the optional property request_id from the response with the 404 status

      response-optional-property-removed

    • removed the optional property request_id from the response with the 409 status

      response-optional-property-removed

    • added the required property detail/error to the response with the 409 status

      response-required-property-added

    • added the required property detail/message to the response with the 409 status

      response-required-property-added

  • b38f8e603649312See the full diff
    • the detail response's property type/format changed from object/ to string/ for status 409

      response-property-type-changed

    • removed the required property detail/error from the response with the 409 status

      response-required-property-removed

    • removed the required property detail/message from the response with the 409 status

      response-required-property-removed

    • added the optional property code to the response with the 401 status

      response-optional-property-added

    • added the optional property code to the response with the 403 status

      response-optional-property-added

    • added the optional property code to the response with the 404 status

      response-optional-property-added

    • added the optional property code to the response with the 409 status

      response-optional-property-added

    • added the optional property fields to the response with the 401 status

      response-optional-property-added

    • added the optional property fields to the response with the 403 status

      response-optional-property-added

    • added the optional property fields to the response with the 404 status

      response-optional-property-added

    • added the optional property fields to the response with the 409 status

      response-optional-property-added

    • added the optional property request_id to the response with the 401 status

      response-optional-property-added

    • added the optional property request_id to the response with the 403 status

      response-optional-property-added

    • added the optional property request_id to the response with the 404 status

      response-optional-property-added

    • added the optional property request_id to the response with the 409 status

      response-optional-property-added

    This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the required property active_grant to the response with the 200 status

      response-required-property-added