Changes to Upload context payload or JSON to PRIOR IPFS

POST /v1/prior/claim

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

Changed in 3 of the 15 revisions of this API.624

  1. c1ab64c202ea2
  2. bcb7c5bf7ca6221
  3. 66589dacffdd41

What changed

    • the endpoint scheme security bearer was added to the API

      api-security-added

    • the endpoint scheme security x-api-key was added to the API

      api-security-added

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

  • bcb7c5bf7ca6221See the full diff
    • the request's body type/format changed from object/ to string/ (media type: application/json)

      request-body-type-changed

    • removed the media type application/json for the response with the status 201

      response-media-type-removed

    • removed the request property file (media type: multipart/form-data)

      request-property-removed

    • removed the request property prompt (media type: application/json)

      request-property-removed

    • the request's body type/format was generalized from object/ to string/ (media type: multipart/form-data)

      request-body-type-generalized

  • 66589dacffdd41See the full diff
    • added the new required request property file (media type: multipart/form-data)

      new-required-request-property

    • added the new required request property prompt (media type: application/json)

      new-required-request-property

    • the request's body type/format changed from string/ to object/ (media type: multipart/form-data)

      request-body-type-changed

    • the request's body type/format changed from string/ to object/ (media type: application/json)

      request-body-type-changed

    • added the media type application/json for the response with the status 201

      response-media-type-added