Skip to content

Commit

Permalink
Merge pull request #3332 from lukaslihotzki/required-bodies
Browse files Browse the repository at this point in the history
OpenAPI: require all bodies in cross_signing
  • Loading branch information
uhoreg authored and richvdh committed Aug 23, 2021
2 parents 6eefbe7 + 7889d91 commit ede9546
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/3332.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Clarify that all request bodies are required.
2 changes: 2 additions & 0 deletions data/api/client-server/cross_signing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ paths:
name: keys
description: |-
The keys to be published.
required: true
schema:
type: object
properties:
Expand Down Expand Up @@ -149,6 +150,7 @@ paths:
name: signatures
description: |-
The signatures to be published.
required: true
schema:
type: object
title: Signatures
Expand Down

0 comments on commit ede9546

Please sign in to comment.