api: update from latest imageBuilder@main
Adds the composeId to the CloneResponseItem element. Updates the mocks accordingly
This commit is contained in:
parent
e998dd802b
commit
f147d5f4fe
3 changed files with 10 additions and 0 deletions
|
|
@ -1023,12 +1023,17 @@ components:
|
|||
ClonesResponseItem:
|
||||
required:
|
||||
- id
|
||||
- compose_id
|
||||
- request
|
||||
- created_at
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
format: uuid
|
||||
compose_id:
|
||||
type: string
|
||||
format: uuid
|
||||
description: 'UUID of the parent compose of the clone'
|
||||
request:
|
||||
$ref: '#/components/schemas/CloneRequest'
|
||||
created_at:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue