diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-05-24 13:37:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 07:37:30 -0400 |
commit | 387c297489b90bd80212ac1391666eecd01ff701 (patch) | |
tree | 53b3bde5f7ad09daa3fa18711a1e0511788fa46d /docs/admin_api | |
parent | Fix `get_state_ids_for_event` return type typo to match what the function act... (diff) | |
download | synapse-387c297489b90bd80212ac1391666eecd01ff701.tar.xz |
Add missing entry to the table of contents of room admin API (#10043)
Diffstat (limited to 'docs/admin_api')
-rw-r--r-- | docs/admin_api/rooms.md | 1 |
1 files changed, 1 insertions, 0 deletions
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) |