api: Update imageBuilder api schema
This includes an update to the imageBuilder api schema and changes generated by `npm run api`.
This commit is contained in:
parent
ab1987660e
commit
39531bf2bb
2 changed files with 7 additions and 0 deletions
|
|
@ -601,6 +601,9 @@ components:
|
|||
type: string
|
||||
example: "MyImageDescription"
|
||||
maxLength: 250
|
||||
client_id:
|
||||
type: string
|
||||
example: "ui"
|
||||
image_requests:
|
||||
type: array
|
||||
minItems: 1
|
||||
|
|
@ -767,6 +770,8 @@ components:
|
|||
type: string
|
||||
image_name:
|
||||
type: string
|
||||
client_id:
|
||||
type: string
|
||||
ComposeResponse:
|
||||
required:
|
||||
- id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue