Skip to content

Commit 7311267

Browse files
committed
OpenAPI: require all bodies in cross_signing
Signed-off-by: Lukas Lihotzki <[email protected]>
1 parent 5132f1e commit 7311267

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Clarify that all request bodies are required.

data/api/client-server/cross_signing.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ paths:
4242
name: keys
4343
description: |-
4444
The keys to be published.
45+
required: true
4546
schema:
4647
type: object
4748
properties:
@@ -143,6 +144,7 @@ paths:
143144
name: signatures
144145
description: |-
145146
The signatures to be published.
147+
required: true
146148
schema:
147149
type: object
148150
title: Signatures

0 commit comments

Comments
 (0)