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 a951bf083d
commit 6eb357e71e
1 changed files with 2 additions and 2 deletions

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
status of True if it is successful.