update api docs
This commit is contained in:
parent
3a1d387dce
commit
b78cc2c3f0
1 changed files with 2 additions and 0 deletions
|
@ -141,6 +141,7 @@ actions.register(editClip, cache=False)
|
|||
@login_required_json
|
||||
def orderClips(request, data):
|
||||
'''
|
||||
Updates manual ordering of clips within an edit
|
||||
takes {
|
||||
edit: string, // edit id
|
||||
ids: [string] // clip ids in new order
|
||||
|
@ -200,6 +201,7 @@ def _order_clips(edit, sort):
|
|||
|
||||
def sortClips(request, data):
|
||||
'''
|
||||
Updates sort order of clips within an edit
|
||||
takes {
|
||||
edit: string, // edit id
|
||||
sort: object // sort
|
||||
|
|
Loading…
Reference in a new issue