Changes to Accept an offer (demo: server-side PoP)

POST /v1/credential-offers/{uuid}/accept

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

Changed in 2 of the 8 revisions of this API.616

  1. 9addd64b04b1512
  2. 1ee4908e9af414

What changed

  • 9addd64b04b1512See the full diff
    • for the path request parameter uuid, the type/format was changed from string/ to string/uuid

      request-parameter-type-changed

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

      response-property-type-changed

    • the credential/expires_at response's property type/format changed from string/date-time to string/ for status 200

      response-property-type-changed

    • the credential/id response's property type/format changed from string/uuid to string/ for status 200

      response-property-type-changed

    • the credential/issued_at response's property type/format changed from string/date-time to string/ for status 200

      response-property-type-changed

    • added the optional property credential/claims/items/label to the response with the 200 status

      response-optional-property-added

    • added the optional property credential/claims/items/name to the response with the 200 status

      response-optional-property-added

    • added the optional property credential/claims/items/selective_disclosure to the response with the 200 status

      response-optional-property-added

    • added the optional property credential/claims/items/value to the response with the 200 status

      response-optional-property-added

    • added the optional property credential/issuer/did to the response with the 200 status

      response-optional-property-added

    • added the optional property credential/issuer/domain to the response with the 200 status

      response-optional-property-added

    • added the optional property credential/issuer/id to the response with the 200 status

      response-optional-property-added

    • added the optional property credential/issuer/name to the response with the 200 status

      response-optional-property-added

    • added the optional property holder_jwk/crv to the response with the 200 status

      response-optional-property-added

    • added the optional property holder_jwk/kty to the response with the 200 status

      response-optional-property-added

    • added the optional property holder_jwk/x to the response with the 200 status

      response-optional-property-added

    • added the optional property holder_jwk/y to the response with the 200 status

      response-optional-property-added

  • 1ee4908e9af414See the full diff
    • added required request body

      request-body-added-required

    • for the path request parameter uuid, the type/format was generalized from string/uuid to string/

      request-parameter-type-generalized

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

      response-media-type-added

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

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