Changes to GET /v1/me

GET /v1/me

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

Changed in 3 of the 46 revisions of this API.1312

  1. 7ca4c991c6cc21
  2. dc1b3c9e3b2a101
  3. 27348c6236c811

What changed

  • 7ca4c991c6cc21See the full diff
    • the allOf[User]/type response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • the allOf[subschema #2]/tier/anyOf[subschema #1]/ response's property type/format changed from string/ to / for status 200

      response-property-type-changed

    • added the new business enum value to the allOf[subschema #2]/tier/anyOf[subschema #1]/ response property for the response status 200

      response-property-enum-value-added

  • dc1b3c9e3b2a101See the full diff
    • the response's body type/format changed from object/ to / for status 200

      response-body-type-changed

    • removed the required property bio from the response with the 200 status

      response-required-property-removed

    • removed the required property email from the response with the 200 status

      response-required-property-removed

    • removed the required property id from the response with the 200 status

      response-required-property-removed

    • removed the required property links from the response with the 200 status

      response-required-property-removed

    • removed the required property profileImageUrl from the response with the 200 status

      response-required-property-removed

    • removed the required property tier from the response with the 200 status

      response-required-property-removed

    • removed the required property type from the response with the 200 status

      response-required-property-removed

    • removed the required property url from the response with the 200 status

      response-required-property-removed

    • removed the required property username from the response with the 200 status

      response-required-property-removed

    • added User subschema #2 to the response body allOf list for the response status 200

      response-body-all-of-added

    • response property email list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

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

      response-required-property-added