From 045bddb37ab2011905bced8bf29deb16ce3a71b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Mon, 25 Nov 2019 08:12:00 +0100 Subject: [PATCH] fix typo in api docstring --- src/pylorax/api/v1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pylorax/api/v1.py b/src/pylorax/api/v1.py index 7b858db3..5652d9e1 100644 --- a/src/pylorax/api/v1.py +++ b/src/pylorax/api/v1.py @@ -898,7 +898,7 @@ def v1_upload_reset(upload_uuid): def v1_upload_cancel(upload_uuid): """Cancel an upload that is either queued or in progress - **DELETE /api/v1/uploads/cancel/** + **DELETE /api/v1/upload/cancel/** Example response::