Fix /compose/cancel API documentation
It said /blueprints/cancel which is incorrect.
This commit is contained in:
parent
b9afb2eb6b
commit
9685fdd7aa
@ -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