openapi: update image builder yaml to latest@main

Update the yaml openapi representation from the latest version on image
builder's repo commit 0ebf2401589b8f8d88d37aebbef17c009160bc7f
This commit is contained in:
Thomas Lavocat 2023-08-30 14:08:32 +02:00 committed by Lucas Garfield
parent 45b717bc27
commit 108f0bc017
2 changed files with 67 additions and 59 deletions

View file

@ -602,7 +602,8 @@ components:
id:
type: string
format: uuid
request: {}
request:
$ref: "#/components/schemas/ComposeRequest"
created_at:
type: string
image_name:
@ -1028,7 +1029,8 @@ components:
id:
type: string
format: uuid
request: {}
request:
$ref: '#/components/schemas/CloneRequest'
created_at:
type: string
CloneRequest: