From 8776d9b1bc693da48394d9d0821acd1e281aad99 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Fri, 4 Aug 2023 10:15:55 +0100 Subject: [PATCH] move tags field to the bottom of report_content.yaml --- data/api/client-server/report_content.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/api/client-server/report_content.yaml b/data/api/client-server/report_content.yaml index 738b2f39..41ac3669 100644 --- a/data/api/client-server/report_content.yaml +++ b/data/api/client-server/report_content.yaml @@ -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