Changes to Create User Profile

POST /v1/user_profiles?beta=true

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

Changed in 4 of the 67 revisions of this API.511

  1. d3515f9e9eca12
  2. d2b230555b7f44
  3. a4186730f56c4
  4. e0696f59ae071

What changed

  • d3515f9e9eca12See the full diff
    • the response property relationship became optional for the status 200

      response-property-became-optional

    • added the new optional request property access_type

      new-optional-request-property

    • added the optional property access_type to the response with the 200 status

      response-optional-property-added

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

  • d2b230555b7f44See the full diff
    • the request property external_id became not nullable

      request-property-became-not-nullable

    • the request property name became not nullable

      request-property-became-not-nullable

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

      response-property-list-of-types-widened

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

      response-property-list-of-types-widened

    • request property external_id list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • request property name list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • the external_id request property's minLength was decreased from 1 to 0

      request-property-min-length-decreased

    • the name request property's minLength was decreased from 1 to 0

      request-property-min-length-decreased

    • added the new optional request property name

      new-optional-request-property

    • added the new optional request property relationship

      new-optional-request-property

    • added the optional property name to the response with the 200 status

      response-optional-property-added

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

      response-required-property-added

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

    • endpoint added

      endpoint-added