diff --git a/apis/fee_recipient.yaml b/apis/fee_recipient.yaml index ffd8d50..5532f50 100644 --- a/apis/fee_recipient.yaml +++ b/apis/fee_recipient.yaml @@ -60,6 +60,7 @@ post: $ref: "../keymanager-oapi.yaml#/components/schemas/Pubkey" required: true requestBody: + required: true content: application/json: schema: diff --git a/apis/graffiti.yaml b/apis/graffiti.yaml index 8098bfd..4454878 100644 --- a/apis/graffiti.yaml +++ b/apis/graffiti.yaml @@ -59,6 +59,7 @@ post: $ref: "../keymanager-oapi.yaml#/components/schemas/Pubkey" required: true requestBody: + required: true content: application/json: schema: diff --git a/apis/local_keystores.yaml b/apis/local_keystores.yaml index 8deb6d9..f1dc85c 100644 --- a/apis/local_keystores.yaml +++ b/apis/local_keystores.yaml @@ -52,6 +52,7 @@ post: tags: - Local Key Manager requestBody: + required: true content: application/json: schema: @@ -134,6 +135,7 @@ delete: tags: - Local Key Manager requestBody: + required: true content: application/json: schema: diff --git a/apis/remote_keystores.yaml b/apis/remote_keystores.yaml index 789fa1e..f8dec42 100644 --- a/apis/remote_keystores.yaml +++ b/apis/remote_keystores.yaml @@ -38,6 +38,7 @@ post: tags: - Remote Key Manager requestBody: + required: true content: application/json: schema: @@ -99,6 +100,7 @@ delete: tags: - Remote Key Manager requestBody: + required: true content: application/json: schema: