fix typo in api docstring
This commit is contained in:
parent
30d45a8880
commit
045bddb37a
@ -898,7 +898,7 @@ def v1_upload_reset(upload_uuid):
|
|||||||
def v1_upload_cancel(upload_uuid):
|
def v1_upload_cancel(upload_uuid):
|
||||||
"""Cancel an upload that is either queued or in progress
|
"""Cancel an upload that is either queued or in progress
|
||||||
|
|
||||||
**DELETE /api/v1/uploads/cancel/<upload_uuid>**
|
**DELETE /api/v1/upload/cancel/<upload_uuid>**
|
||||||
|
|
||||||
Example response::
|
Example response::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user