Fix added-in Matrix spec version for report room endpoint (#2028)
See #1938 where they were incorrectly marked as 1.12 instead of 1.13. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
075a98d619
commit
54d872e19b
3 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,7 @@ info:
|
|||
paths:
|
||||
"/rooms/{roomId}/report":
|
||||
post:
|
||||
x-addedInMatrixVersion: "1.12"
|
||||
x-addedInMatrixVersion: "1.13"
|
||||
summary: Report a room as inappropriate.
|
||||
description: |-
|
||||
Reports a room as inappropriate to the server, which may then notify
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue