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
a random delay when generating a response.
operationId: reportContent
tags:
- Reporting content
parameters:
- in: path
type: string
@ -109,3 +107,5 @@ paths:
}
schema:
$ref: "../client-server/definitions/errors/error.yaml"
tags:
- Reporting content