api: update image builder api via npm run api

This commit is contained in:
Anna Vítová 2024-01-26 15:01:19 +01:00 committed by Thomas Lavocat
parent 22d8eb6634
commit 04e02b9426
3 changed files with 33 additions and 0 deletions

View file

@ -537,6 +537,22 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/HTTPErrorList'
delete:
summary: delete a blueprint
description: |
Deletes all versions of Blueprint, the compose will still count towards quota.
operationId: deleteBlueprint
tags:
- blueprint
responses:
'204':
description: Successfully deleted
'404':
description: Blueprint to delete was not found
content:
application/json:
schema:
$ref: '#/components/schemas/HTTPErrorList'
/experimental/blueprints/{id}/compose:
post:
parameters: