Fix /compose/cancel API documentation

It said /blueprints/cancel which is incorrect.
This commit is contained in:
Brian C. Lane 2018-08-29 10:06:25 -07:00
parent afb9ac2d59
commit a2375e870f

View File

@ -832,8 +832,8 @@ POST `/api/v0/compose`
] ]
} }
DELETE `/api/v0/blueprints/cancel/<uuid>` DELETE `/api/v0/compose/cancel/<uuid>`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Cancel the build, if it is not finished, and delete the results. It will return a Cancel the build, if it is not finished, and delete the results. It will return a
status of True if it is successful. status of True if it is successful.