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:
parent
45b717bc27
commit
108f0bc017
2 changed files with 67 additions and 59 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue