api: remove less used requests

This commit is contained in:
Lephe 2019-06-05 19:58:23 -04:00
parent de2c1e8c63
commit 55ef818b84
1 changed files with 0 additions and 6 deletions

View File

@ -35,11 +35,9 @@ Rest API for users:
Method URL Search Description
-----------------------------------------------------------------------------
GET /users Yes Query users
POST /users - Create new user
-----------------------------------------------------------------------------
GET /users/<id> - Get user information/settings
PATCH /users/<id> - Update user information/settings
DELETE /users/<id> - Delete user account
-----------------------------------------------------------------------------
GET /users/<id>/trophies - Get unlocked trophies
-----------------------------------------------------------------------------
@ -48,10 +46,8 @@ Rest API for users:
DELETE /users/<id>/messages Required Delete PMs matching pattern
-----------------------------------------------------------------------------
GET /users/<id>/groups - Get user groups
PATCH /users/<id>/groups - Add or remove group memberships (*)
-----------------------------------------------------------------------------
GET /users/<id>/privs - Get user privileges
PATCH /users/<id>/privs - Grant/revoke special privileges (*)
-----------------------------------------------------------------------------
Updating the participation scores is not a request, it's tied to posting
@ -64,8 +60,6 @@ Rest API for groups:
Method URL Search Description
-----------------------------------------------------------------------------
GET /groups - Get list of groups
POST /groups - Create group
-----------------------------------------------------------------------------
GET /groups/<id> - Get list of users in groups
-----------------------------------------------------------------------------