Changes to List Organization User Teams

GET /auth/organization/list-user-teams

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 4 of the 23 revisions of this API.529

  1. 200744ae0bef1
  2. 08bbb5bedb5d17
  3. 32cece1ebe43321
  4. 21aca40b58461

What changed

    • the items/ response's property type/format changed from object/ to / for status 200

      response-property-type-changed

  • 08bbb5bedb5d17See the full diff
    • removed the media type application/json for the response with the status 401

      response-media-type-removed

    • the endpoint scheme security bearerAuth was removed from the API

      api-security-removed

    • removed the non-success response with the status 400

      response-non-success-status-removed

    • removed the non-success response with the status 403

      response-non-success-status-removed

    • removed the non-success response with the status 404

      response-non-success-status-removed

    • removed the non-success response with the status 429

      response-non-success-status-removed

    • removed the non-success response with the status 500

      response-non-success-status-removed

    • removed Team from the items/ response property allOf list for the response status 200

      response-property-all-of-removed

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

  • 32cece1ebe43321See the full diff
    • removed the required property items/createdAt from the response with the 200 status

      response-required-property-removed

    • removed the required property items/name from the response with the 200 status

      response-required-property-removed

    • removed the required property items/organizationId from the response with the 200 status

      response-required-property-removed

    • removed the optional property items/id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/updatedAt from the response with the 200 status

      response-optional-property-removed

    • added Team to the items/ response property allOf list for the response status 200

      response-property-all-of-added

    • endpoint added

      endpoint-added