update api docs
This commit is contained in:
parent
0e425c6df1
commit
1ddc23b9f3
1 changed files with 1 additions and 0 deletions
|
@ -468,6 +468,7 @@ actions.register(subscribeToEdit, cache=False)
|
|||
@login_required_json
|
||||
def unsubscribeFromEdit(request, data):
|
||||
'''
|
||||
Removes an edit from favorites
|
||||
takes {
|
||||
id: string, // edit id
|
||||
user: string // username (admin-only)
|
||||
|
|
Loading…
Reference in a new issue