Skip to content

Commit

Permalink
Add support for missing label_image_id which is not documented on the…
Browse files Browse the repository at this point in the history
… web site.

(cherry picked from commit 83d528a)
(cherry picked from commit fbfc6b9)
  • Loading branch information
kendallb committed Mar 27, 2024
1 parent 126abfe commit 244c52c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9546,6 +9546,13 @@ components:
allOf:
- $ref: '#/components/schemas/display_scheme'
description: The display format that the label should be shown in.
label_image_id:
nullable: true
allOf:
- $ref: '#/components/schemas/image_id'
description: >-
The label image resource that was used to create a custom label
image.
test_label:
type: boolean
default: false
Expand Down

0 comments on commit 244c52c

Please sign in to comment.