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