Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
peacekeeper committed Apr 11, 2024
1 parent 980a8b7 commit 8c24201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/driver-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Your driver will be invoked via an HTTP GET call to:

Your driver will receive an `Accept` header with the value `application/ld+json`, and it should return either a valid [DID Document](https://w3c-ccg.github.io/did-resolution/#output-diddocument) or a [DID Resolution Result](https://w3c-ccg.github.io/did-resolution/#did-resolution-result) in the HTTP body. Your driver should also return an appropriate value in the `Content-Type` header, such as `application/did+ld+json`.

A Swagger API definition is available [here](https://github.com/decentralized-identity/universal-resolver/blob/main/swagger/api-driver.yml).
A Swagger API definition is available [here](https://github.com/decentralized-identity/universal-resolver/blob/main/openapi/openapi.yaml).

For more information about this interface, see the [DID Resolution](https://w3c-ccg.github.io/did-resolution/) specification.

Expand Down

0 comments on commit 8c24201

Please sign in to comment.