Changes to Write Run Blob

POST /api/v1/runs/{id}/blobs

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

Changed in 4 of the 134 revisions of this API.14

  1. 64a24779d3951
  2. 0877d39975121
  3. 6d9c2ee8b4951
  4. 36bcb57239f611

What changed

    • the hash response's property pattern was changed from ^[0-9a-f]{64}$ to ^[0-9A-Fa-f]{64}$ for the status 200

      response-property-pattern-changed

    • the hash response's property pattern ^[0-9a-f]{64}$ was added for the status 200

      response-property-pattern-added

    • the hash response's property pattern ^[0-9A-Fa-f]{64}$ was added for the status 200

      response-property-pattern-added

  • 36bcb57239f611See the full diff
    • removed the required property id from the response with the 200 status

      response-required-property-removed

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

      response-required-property-added