move tags field to the bottom of report_content.yaml

This commit is contained in:
Andrew Morgan 2023-08-04 10:15:55 +01:00
parent 6189837faf
commit 8776d9b1bc

View file

@ -47,8 +47,6 @@ paths:
the room. To combat this, homeserver implementations should add the room. To combat this, homeserver implementations should add
a random delay when generating a response. a random delay when generating a response.
operationId: reportContent operationId: reportContent
tags:
- Reporting content
parameters: parameters:
- in: path - in: path
type: string type: string
@ -109,3 +107,5 @@ paths:
} }
schema: schema:
$ref: "../client-server/definitions/errors/error.yaml" $ref: "../client-server/definitions/errors/error.yaml"
tags:
- Reporting content