Skip to content

Commit

Permalink
fix: Make did and relativeDidUrl optional (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaevMithran authored Jan 10, 2025
1 parent 59b8fb2 commit 75ee35b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/static/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -731,10 +731,6 @@
},
{
"type": "object",
"required": [
"did",
"relativeDidUrl"
],
"properties": {
"did": {
"description": "This input field indicates the DID that is the target of the DID URL create operation.",
Expand Down Expand Up @@ -763,10 +759,6 @@
},
{
"type": "object",
"required": [
"did",
"relativeDidUrl"
],
"properties": {
"did": {
"description": "This input field indicates the DID that is the target of the DID URL update operation.",
Expand Down

0 comments on commit 75ee35b

Please sign in to comment.