From f8f06ccd23568cc753768b8d9815580ec9d1f3f5 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 6 Sep 2019 11:15:39 -0700 Subject: [PATCH] Fix some docstrings in the v1 API --- src/pylorax/api/v1.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pylorax/api/v1.py b/src/pylorax/api/v1.py index dff6caca..59650bd8 100644 --- a/src/pylorax/api/v1.py +++ b/src/pylorax/api/v1.py @@ -241,7 +241,7 @@ def v1_compose_start(): { "build_id": "e6fa6db4-9c81-4b70-870f-a697ca405cdf", - "upload_uuid": "572eb0d0-5348-4600-9666-14526ba628bb", + "upload_id": "572eb0d0-5348-4600-9666-14526ba628bb", "status": true } """ @@ -784,7 +784,7 @@ def v1_upload_reset(uuid): def v1_upload_cancel(uuid): """Cancel an upload that is either queued or in progress - **DELETE /api/v1/uploads/delete//** + **DELETE /api/v1/uploads/cancel/** Example response::