Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Add some basic admin API docs #963

Merged
merged 2 commits into from Jul 28, 2016

Conversation

Projects
None yet
2 participants
Owner

erikjohnston commented Jul 28, 2016

No description provided.

@ara4n ara4n and 1 other commented on an outdated diff Jul 28, 2016

docs/admin_api/purge_remote_media.rst
@@ -0,0 +1,19 @@
+Purge Remote Media API
+======================
+
+The purge remote media API allows server admins to purge old cached remote
+media.
+
+The API is::
+
+ POST /_matrix/client/r0/admin/purge_history/
@ara4n

ara4n Jul 28, 2016

Owner

really? surely purge_media or something?

@erikjohnston

erikjohnston Jul 28, 2016

Owner

Ooops, good spot. Fixed

Owner

ara4n commented Jul 28, 2016

why are these endpoints on the CS API if they're synapse-specific admin?

Owner

erikjohnston commented Jul 28, 2016

The admin API has always been there. I can move them I suppose, or doc them as /_matrix/client/unstable/admin/... ?

Owner

ara4n commented Jul 28, 2016

let's move it in future. this LGTM otherwise.

@erikjohnston erikjohnston merged commit 591ad22 into develop Jul 28, 2016

7 of 9 checks passed

Sytest Dendron (Merged PR) Build started sha1 is merged.
Details
Sytest Postgres (Commit) Build #1216 origin/erikj/admin_docs in progress...
Details
Flake8 + Packaging (Commit) Build #1274 origin/erikj/admin_docs succeeded in 1 min 18 sec
Details
Flake8 + Packaging (Merged PR) Build finished.
Details
Sytest Postgres (Merged PR) Build finished.
Details
Sytest SQLite (Commit) Build #1244 origin/erikj/admin_docs succeeded in 5 min 59 sec
Details
Sytest SQLite (Merged PR) Build finished.
Details
Unit Tests (Commit) Build #1311 origin/erikj/admin_docs succeeded in 2 min 29 sec
Details
Unit Tests (Merged PR) Build finished.
Details

@richvdh richvdh deleted the erikj/admin_docs branch Dec 1, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment