summary refs log tree commit diff
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2021-05-24 13:37:30 +0200
committerGitHub <noreply@github.com>2021-05-24 07:37:30 -0400
commit387c297489b90bd80212ac1391666eecd01ff701 (patch)
tree53b3bde5f7ad09daa3fa18711a1e0511788fa46d
parentFix `get_state_ids_for_event` return type typo to match what the function act... (diff)
downloadsynapse-387c297489b90bd80212ac1391666eecd01ff701.tar.xz
Add missing entry to the table of contents of room admin API (#10043)
-rw-r--r--changelog.d/10043.doc1
-rw-r--r--docs/admin_api/rooms.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/10043.doc b/changelog.d/10043.doc
new file mode 100644
index 0000000000..a574ec0bf0
--- /dev/null
+++ b/changelog.d/10043.doc
@@ -0,0 +1 @@
+Add missing room state entry to the table of contents of room admin API.
\ No newline at end of file
diff --git a/docs/admin_api/rooms.md b/docs/admin_api/rooms.md
index 01d3882426..5721210fee 100644
--- a/docs/admin_api/rooms.md
+++ b/docs/admin_api/rooms.md
@@ -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)