Changes to Update vendor (partial)

PATCH /public/v1/vendors/{vendor_id}/

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

Changed in 3 of the 14 revisions of this API.13

  1. d0cd912ee42d2
  2. db5c5da9869c1
  3. af0ec77e52771

What changed

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

      response-required-property-added

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

      response-required-property-added

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

    • changed the pattern of the request property phone from ^[0-9\s\+\-\.\(\)]*$ to (?i)^(?:[0-9\s+\-.\(\)]*|[0-9\s+\-.\(\)]+(?:\s*(?:x|ext\.?|extension)\s*\d+))$

      request-property-pattern-changed

    • added the new optional header request parameter Idempotency-Key

      new-optional-request-parameter