mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-17 03:23:42 +01:00
Fix requiredness syntax
This commit is contained in:
parent
8bfdf2c2e2
commit
0c2f84bc1a
|
|
@ -46,7 +46,8 @@ paths:
|
|||
reason:
|
||||
type: string
|
||||
description: The reason the room is being reported. May be blank.
|
||||
required: true
|
||||
required:
|
||||
- reason
|
||||
required: true
|
||||
security:
|
||||
- accessTokenQuery: []
|
||||
|
|
@ -207,7 +208,8 @@ paths:
|
|||
reason:
|
||||
type: string
|
||||
description: The reason the room is being reported. May be blank.
|
||||
required: true
|
||||
required:
|
||||
- reason
|
||||
required: true
|
||||
security:
|
||||
- accessTokenQuery: []
|
||||
|
|
|
|||
Loading…
Reference in a new issue