Changes to Update a partner

PUT /v1/partner

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

Changed in 2 of the 3 revisions of this API.47

  1. e016afb8fdb326
  2. e95f3723e41f21

What changed

  • e016afb8fdb326See the full diff
    • the source request property type/format changed from string/ to object/

      request-property-type-changed

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

      response-property-type-changed

    • api operation id update removed and replaced with updatePartner

      api-operation-id-removed

    • added the new optional request property companySetting

      new-optional-request-property

    • added the new optional request property parentCompanyExternalId

      new-optional-request-property

    • added the non-success response with the status 403

      response-non-success-status-added

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

      response-optional-property-added

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

      response-optional-property-added

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

    • the source request property type/format changed from object/ to string/

      request-property-type-changed

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

      response-property-type-changed

    • added the new optional header request parameter Authorization

      new-optional-request-parameter