api: update from latest imageBuilder@main

Adds the composeId to the CloneResponseItem element.
Updates the mocks accordingly
This commit is contained in:
Thomas Lavocat 2023-08-31 11:04:17 +02:00 committed by Thomas Lavocat
parent e998dd802b
commit f147d5f4fe
3 changed files with 10 additions and 0 deletions

View file

@ -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: