mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54:10 +01:00
move tags field to the bottom of report_content.yaml
This commit is contained in:
parent
6189837faf
commit
8776d9b1bc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue