Skip to content

Commit

Permalink
Merge pull request #753 from walt-id/fix/did-jwk-create-endpoint
Browse files Browse the repository at this point in the history
Fix/did jwk create endpoint
  • Loading branch information
mikeplotean committed Sep 17, 2024
2 parents 7477565 + 8b66bcc commit 6746a15
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ object DidCreation {

post(DidJwkMethodName, {
summary = "Create a did:jwk"
request {
queryParameter<String?>("keyId") {
description = "Optionally set key ID"
required = false
}
}
}) {
getWalletService().createDid(
DidJwkMethodName, extractDidCreateParameters(DidJwkMethodName, context.request.queryParameters)
Expand Down

0 comments on commit 6746a15

Please sign in to comment.