Skip to content

Commit 9092e66

Browse files
committed
Add support for missing label_image_id which is not documented on the web site.
1 parent 1fdf778 commit 9092e66

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8085,6 +8085,13 @@ components:
80858085
allOf:
80868086
- $ref: '#/components/schemas/display_scheme'
80878087
description: The display format that the label should be shown in.
8088+
label_image_id:
8089+
nullable: true
8090+
allOf:
8091+
- $ref: '#/components/schemas/image_id'
8092+
description: >-
8093+
The label image resource that was used to create a custom label
8094+
image.
80888095
test_label:
80898096
type: boolean
80908097
default: false

0 commit comments

Comments
 (0)