Skip to content

Commit bfbda7c

Browse files
SP-11807: Change image_id data type from int to str (#71)
1 parent fdc7962 commit bfbda7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

identification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ components:
122122
description: "Image in the response."
123123
properties:
124124
id:
125-
type: integer
125+
type: string
126126
description: "Response image ID. The list is sorted by decreasing ID value."
127127
contentType:
128128
type: string

0 commit comments

Comments
 (0)