Skip to content

Commit

Permalink
Merge pull request #67 from nflaig/nflaig/required-fields
Browse files Browse the repository at this point in the history
Add required field to request bodies
  • Loading branch information
rolfyone committed Jan 22, 2024
2 parents 6b2c2aa + 7e19906 commit a71e126
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions apis/fee_recipient.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ post:
$ref: "../keymanager-oapi.yaml#/components/schemas/Pubkey"
required: true
requestBody:
required: true
content:
application/json:
schema:
Expand Down
1 change: 1 addition & 0 deletions apis/graffiti.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ post:
$ref: "../keymanager-oapi.yaml#/components/schemas/Pubkey"
required: true
requestBody:
required: true
content:
application/json:
schema:
Expand Down
2 changes: 2 additions & 0 deletions apis/local_keystores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ post:
tags:
- Local Key Manager
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -134,6 +135,7 @@ delete:
tags:
- Local Key Manager
requestBody:
required: true
content:
application/json:
schema:
Expand Down
2 changes: 2 additions & 0 deletions apis/remote_keystores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ post:
tags:
- Remote Key Manager
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -99,6 +100,7 @@ delete:
tags:
- Remote Key Manager
requestBody:
required: true
content:
application/json:
schema:
Expand Down

0 comments on commit a71e126

Please sign in to comment.