From 244c52cf4e4883fe2e34208271745cc696d94623 Mon Sep 17 00:00:00 2001 From: Kendall Bennett Date: Wed, 11 Nov 2020 13:46:39 -0800 Subject: [PATCH] Add support for missing label_image_id which is not documented on the web site. (cherry picked from commit 83d528a9eaa17f42ada5866bcd12b14c42520e7f) (cherry picked from commit fbfc6b971e61124204c415d212f55189832e10cb) --- openapi.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index f6bf1b4..63d8aa2 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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