Fix /compose/cancel API documentation
It said /blueprints/cancel which is incorrect.
This commit is contained in:
parent
afb9ac2d59
commit
a2375e870f
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user