Changes to Get Person

GET /v1/merchants/{merchant_code}/persons/{person_id}

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

Changed in 8 of the 53 revisions of this API.525

  1. 89d32e0b22e222
  2. b54086fdb4cc12
  3. d06724d996eb1
  4. 62e8baa4ac73214
  5. 5818ed9898e12
  6. d32eef8a3bd21
  7. cf6aa1c164472
  8. 4dc4b073a6a91

What changed

  • 89d32e0b22e222See the full diff
    • the allOf[BasePerson]/identifiers/items/value response property's maxLength was increased from 30 to 128 for the response status 200

      response-property-max-length-increased

    • the allOf[BasePerson]/address/street_address response property's minItems was decreased from 1 to 0 for the response status 200

      response-property-min-items-decreased

    • the allOf[BasePerson]/address/country response's property pattern ^[A-Z]{2}$ was added for the status 200

      response-property-pattern-added

    • the allOf[BasePerson]/citizenship response's property pattern ^[A-Z]{2}$ was added for the status 200

      response-property-pattern-added

  • b54086fdb4cc12See the full diff
    • the allOf[BasePerson]/identifiers/items/ref response property's maxLength was unset from 32 for the response status 200

      response-property-max-length-unset

    • the allOf[BasePerson]/address/country response's property pattern ^[A-Z]{2}$ was removed for the status 200

      response-property-pattern-removed

    • the allOf[BasePerson]/citizenship response's property pattern ^[A-Z]{2}$ was removed for the status 200

      response-property-pattern-removed

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

    • removed the non-success response with the status 500

      response-non-success-status-removed

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

  • 62e8baa4ac73214See the full diff
    • the response's body type/format changed from / to object/ for status 404

      response-body-type-changed

    • the response's body type/format changed from / to object/ for status 500

      response-body-type-changed

    • removed BaseError subschema #2 from the response body allOf list for the response status 404

      response-body-all-of-removed

    • removed BaseError subschema #2 from the response body allOf list for the response status 500

      response-body-all-of-removed

    • media type application/json was changed to a more specific media type application/problem+json for the response status 404

      response-media-type-name-specialized

    • media type application/json was changed to a more specific media type application/problem+json for the response status 500

      response-media-type-name-specialized

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

      response-optional-property-added

    • added the optional property detail to the response with the 500 status

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property instance to the response with the 500 status

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property status to the response with the 500 status

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property title to the response with the 500 status

      response-optional-property-added

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

      response-required-property-added

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

      response-required-property-added

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

    • the allOf[BasePerson]/address/country response's property pattern ^[A-Z]{2}$ was added for the status 200

      response-property-pattern-added

    • the allOf[BasePerson]/citizenship response's property pattern ^[A-Z]{2}$ was added for the status 200

      response-property-pattern-added

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

    • the security scope merchant.read was removed from the endpoint's security scheme oauth2

      api-security-scope-removed

    • added the optional property allOf[BasePerson]/country_of_residence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[BasePerson]/nationality to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added