Make reason required for user and room reports

This commit is contained in:
Johannes Marbach 2025-03-21 10:16:20 +01:00
parent 31fd5b8cd5
commit 8bfdf2c2e2

View file

@ -45,7 +45,8 @@ paths:
properties:
reason:
type: string
description: The reason the room is being reported.
description: The reason the room is being reported. May be blank.
required: true
required: true
security:
- accessTokenQuery: []
@ -205,7 +206,8 @@ paths:
properties:
reason:
type: string
description: The reason the room is being reported.
description: The reason the room is being reported. May be blank.
required: true
required: true
security:
- accessTokenQuery: []