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