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
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue