c2s: Add required: true to request bodies
This commit is contained in:
parent
ff59fc1905
commit
c72d30513e
9 changed files with 19 additions and 0 deletions
|
@ -74,6 +74,7 @@ paths:
|
|||
- in: body
|
||||
name: body
|
||||
description: The desired room configuration.
|
||||
required: true
|
||||
schema:
|
||||
type: object
|
||||
example: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue