OpenAPI: require all bodies in cross_signing
Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de>
This commit is contained in:
parent
3bf7e48e13
commit
1a81a46865
2 changed files with 3 additions and 0 deletions
|
@ -0,0 +1 @@
|
||||||
|
Clarify that all request bodies are required.
|
|
@ -42,6 +42,7 @@ paths:
|
||||||
name: keys
|
name: keys
|
||||||
description: |-
|
description: |-
|
||||||
The keys to be published.
|
The keys to be published.
|
||||||
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
@ -143,6 +144,7 @@ paths:
|
||||||
name: signatures
|
name: signatures
|
||||||
description: |-
|
description: |-
|
||||||
The signatures to be published.
|
The signatures to be published.
|
||||||
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
title: Signatures
|
title: Signatures
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue