We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f6822 commit fbfc6b9Copy full SHA for fbfc6b9
1 file changed
openapi.yaml
@@ -9546,6 +9546,13 @@ components:
9546
allOf:
9547
- $ref: '#/components/schemas/display_scheme'
9548
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.
9556
test_label:
9557
type: boolean
9558
default: false
0 commit comments