0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-15 00:58:22 +02:00

Add missing entry to the table of contents of room admin API (#10043)

This commit is contained in:
Dirk Klimpel 2021-05-24 13:37:30 +02:00 committed by GitHub
parent 5f1198a67e
commit 387c297489
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
changelog.d/10043.doc Normal file
View file

@ -0,0 +1 @@
Add missing room state entry to the table of contents of room admin API.

View file

@ -4,6 +4,7 @@
* [Usage](#usage)
- [Room Details API](#room-details-api)
- [Room Members API](#room-members-api)
- [Room State API](#room-state-api)
- [Delete Room API](#delete-room-api)
* [Parameters](#parameters-1)
* [Response](#response)