mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-07 23:03:43 +01:00
OpenAPI: require all bodies in cross_signing
Signed-off-by: Lukas Lihotzki <lukas@lihotzki.de>
This commit is contained in:
parent
3bf7e48e13
commit
1a81a46865
|
|
@ -0,0 +1 @@
|
|||
Clarify that all request bodies are required.
|
||||
|
|
@ -42,6 +42,7 @@ paths:
|
|||
name: keys
|
||||
description: |-
|
||||
The keys to be published.
|
||||
required: true
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
|
|
@ -143,6 +144,7 @@ paths:
|
|||
name: signatures
|
||||
description: |-
|
||||
The signatures to be published.
|
||||
required: true
|
||||
schema:
|
||||
type: object
|
||||
title: Signatures
|
||||
|
|
|
|||
Loading…
Reference in a new issue