From a2375e870fba36be5b065a938a2973d14840d231 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 29 Aug 2018 10:06:25 -0700 Subject: [PATCH] Fix /compose/cancel API documentation It said /blueprints/cancel which is incorrect. --- src/pylorax/api/v0.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pylorax/api/v0.py b/src/pylorax/api/v0.py index 1904512a..baa60587 100644 --- a/src/pylorax/api/v0.py +++ b/src/pylorax/api/v0.py @@ -832,8 +832,8 @@ POST `/api/v0/compose` ] } -DELETE `/api/v0/blueprints/cancel/` -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +DELETE `/api/v0/compose/cancel/` +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Cancel the build, if it is not finished, and delete the results. It will return a status of True if it is successful.