Skip to content

Commit fbfc6b9

Browse files
committed
Add support for missing label_image_id which is not documented on the web site.
(cherry picked from commit 83d528a)
1 parent b9f6822 commit fbfc6b9

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
@@ -9546,6 +9546,13 @@ components:
95469546
allOf:
95479547
- $ref: '#/components/schemas/display_scheme'
95489548
description: The display format that the label should be shown in.
9549+
label_image_id:
9550+
nullable: true
9551+
allOf:
9552+
- $ref: '#/components/schemas/image_id'
9553+
description: >-
9554+
The label image resource that was used to create a custom label
9555+
image.
95499556
test_label:
95509557
type: boolean
95519558
default: false

0 commit comments

Comments
 (0)