Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Consolidate the access_token information in the admin api #11861

Merged
merged 3 commits into from
Jan 31, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
newsfile
  • Loading branch information
dklimpel committed Jan 31, 2022
commit 797e45b0fecabee507ba8d6d85969ea26785ae85
1 change: 1 addition & 0 deletions changelog.d/11861.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Consolidates the `access_token` information in the admin api.
3 changes: 0 additions & 3 deletions docs/admin_api/purge_history_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ It is possible to poll for updates on recent purges with a second API;
GET /_synapse/admin/v1/purge_history_status/<purge_id>
```

Again, you will need to authenticate by providing an `access_token` for a
server admin.

This API returns a JSON body like the following:

```json
Expand Down