Changes to Update vendor

PUT /public/v2/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. 48edcb3acb742
  2. dcb8297898a21
  3. 34b7cf5b4b6c1

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 93 changes 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