Skip to content

Commit

Permalink
adding 400 error for fee recipient (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-prysm authored Feb 27, 2023
1 parent 6df8a2b commit d7d8326
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apis/fee_recipient.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ get:
properties:
data:
$ref: "../keymanager-oapi.yaml#/components/schemas/FeeRecipient"
"400":
$ref: "../keymanager-oapi.yaml#/components/responses/BadRequest"
"401":
$ref: "../keymanager-oapi.yaml#/components/responses/Unauthorized"
"403":
Expand Down Expand Up @@ -97,6 +99,8 @@ delete:
responses:
"204":
description: Successfully removed the mapping, or there was no mapping to remove for a key that the server is managing.
"400":
$ref: "../keymanager-oapi.yaml#/components/responses/BadRequest"
"401":
$ref: "../keymanager-oapi.yaml#/components/responses/Unauthorized"
"403":
Expand Down

0 comments on commit d7d8326

Please sign in to comment.