Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
04345338
Commit
04345338
authored
5 years ago
by
Andrew Morgan
Browse files
Options
Downloads
Plain Diff
Merge branch 'release-v1.9.0' into develop
parents
ce84dd9e
d31f5f4d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.d/6770.doc
+1
-0
1 addition, 0 deletions
changelog.d/6770.doc
docs/admin_api/rooms.md
+4
-4
4 additions, 4 deletions
docs/admin_api/rooms.md
with
5 additions
and
4 deletions
changelog.d/6770.doc
0 → 100644
+
1
−
0
View file @
04345338
Fix endpoint documentation for the List Rooms admin api.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/admin_api/rooms.md
+
4
−
4
View file @
04345338
...
@@ -46,7 +46,7 @@ The following fields are possible in the JSON response body:
...
@@ -46,7 +46,7 @@ The following fields are possible in the JSON response body:
A standard request with no filtering:
A standard request with no filtering:
```
```
GET /_synapse/admin/rooms
GET /_synapse/admin/
v1/
rooms
{}
{}
```
```
...
@@ -78,7 +78,7 @@ Response:
...
@@ -78,7 +78,7 @@ Response:
Filtering by room name:
Filtering by room name:
```
```
GET /_synapse/admin/rooms?search_term=TWIM
GET /_synapse/admin/
v1/
rooms?search_term=TWIM
{}
{}
```
```
...
@@ -103,7 +103,7 @@ Response:
...
@@ -103,7 +103,7 @@ Response:
Paginating through a list of rooms:
Paginating through a list of rooms:
```
```
GET /_synapse/admin/rooms?order_by=size
GET /_synapse/admin/
v1/
rooms?order_by=size
{}
{}
```
```
...
@@ -139,7 +139,7 @@ To get the next batch of room results, we repeat our request, setting the `from`
...
@@ -139,7 +139,7 @@ To get the next batch of room results, we repeat our request, setting the `from`
parameter to the value of
`next_token`
.
parameter to the value of
`next_token`
.
```
```
GET /_synapse/admin/rooms?order_by=size&from=100
GET /_synapse/admin/
v1/
rooms?order_by=size&from=100
{}
{}
```
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment