Skip to content

Commit 17518cc

Browse files
nickitzaNicki Nixon
andauthored
add guid to image_optiosn and options responses (#175)
Co-authored-by: Nicki Nixon <[email protected]>
1 parent df9f49e commit 17518cc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

openapi/mx_platform_api.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6187,6 +6187,10 @@ components:
61876187
example: data:image/png;base64,iVBORw0KGgoAAAANSUh ... more image data ...
61886188
nullable: true
61896189
type: string
6190+
guid:
6191+
example: CRD-ce76d2e3-86bd-ec4a-ec52-eb53b5194bf5
6192+
nullable: true
6193+
type: string
61906194
label:
61916195
example: IMAGE_1
61926196
nullable: true
@@ -6198,6 +6202,10 @@ components:
61986202
type: object
61996203
OptionResponse:
62006204
properties:
6205+
guid:
6206+
example: CRD-ce76d2e3-86bd-ec4a-ec52-eb53b5194bf5
6207+
nullable: true
6208+
type: string
62016209
label:
62026210
example: IMAGE_1
62036211
nullable: true

0 commit comments

Comments
 (0)