Changes to Resolve a DID (via JSON body)

POST /did/resolve

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

Changed in 2 of the 12 revisions of this API.5313

  1. 8a22dc180044428
  2. 970d68a5c55d115

What changed

  • 8a22dc180044428See the full diff
    • added the pattern ^did:bindu:.+ to the request property did

      request-property-pattern-added

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

      response-media-type-removed

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

      response-media-type-removed

    • the response property @context became optional for the status 200

      response-property-became-optional

    • removed the optional property bindu from the response with the 200 status

      response-optional-property-removed

    • removed the optional property service from the response with the 200 status

      response-optional-property-removed

    • api operation id resolveDid removed and replaced with

      api-operation-id-removed

    • added the optional property verificationMethod to the response with the 200 status

      response-optional-property-added

    • the response property authentication became required for the status 200

      response-property-became-required

    • the id response's property pattern ^did:bindu:.+ was added for the status 200

      response-property-pattern-added

    • added the required property authentication/items/controller to the response with the 200 status

      response-required-property-added

    • added the required property authentication/items/id to the response with the 200 status

      response-required-property-added

    • added the required property authentication/items/publicKeyBase58 to the response with the 200 status

      response-required-property-added

    • added the required property authentication/items/type to the response with the 200 status

      response-required-property-added

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

  • 970d68a5c55d115See the full diff
    • the error response's property type/format changed from string/ to object/ for status 404

      response-property-type-changed

    • removed the optional property details from the response with the 404 status

      response-optional-property-removed

    • added the optional property error/data to the response with the 404 status

      response-optional-property-added

    • added the required property error/code to the response with the 404 status

      response-required-property-added

    • added the required property error/message to the response with the 404 status

      response-required-property-added

    • added the required property id to the response with the 404 status

      response-required-property-added

    • added the required property jsonrpc to the response with the 404 status

      response-required-property-added