Fix requiredness syntax

This commit is contained in:
Johannes Marbach 2025-03-21 10:20:40 +01:00
parent 8bfdf2c2e2
commit 0c2f84bc1a

View file

@ -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: []