-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CATALOG-9783: [add] Product Images: V2 REST Contract #220
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added editorial comments.
parameters: | ||
- name: page | ||
in: query | ||
description: Specifies the page number in a limited (paginated) list of Product Images. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: Specifies the page number in a limited (paginated) list of Product Images. | |
description: Specifies the page number in a limited (paginated) list of product images. |
- name: limit | ||
in: query | ||
description: |- | ||
Controls the number of items per page in a limited (paginated) list of Product Images. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Controls the number of items per page in a limited (paginated) list of Product Images. | |
Controls the number of items per page in a limited (paginated) list of product images. |
post: | ||
tags: | ||
- Product Images V2 | ||
summary: Creates a new product image. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
summary: Creates a new product image. | |
summary: Creates New Product Image |
delete: | ||
tags: | ||
- Product Images V2 | ||
summary: Deletes multiple Product Images. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
summary: Deletes multiple Product Images. | |
summary: Deletes Multiple Product Images |
parameters: | ||
- name: page | ||
in: query | ||
description: Specifies the page number in a limited (paginated) list of Product Images you can delete. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: Specifies the page number in a limited (paginated) list of Product Images you can delete. | |
description: Specifies the page number in a limited (paginated) list of product images you can delete. |
properties: | ||
count: | ||
type: integer | ||
description: A count of the number of Product Images in the store. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: A count of the number of Product Images in the store. | |
description: A count of the number of product images in the store. |
description: A count of the number of Product Images in the store. | ||
example: 100 | ||
error: | ||
title: Product Image error response |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: Product Image error response | |
title: Product image error response |
name: errors | ||
wrapped: true | ||
ProductImage: | ||
description: Get Product Image Response |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: Get Product Image Response | |
description: Get product image Response |
xml: | ||
name: images | ||
ProductImages: | ||
description: Gets array of Product Images Response |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: Gets array of Product Images Response | |
description: Gets array of product images response |
name: images | ||
wrapped: true | ||
ProductImagesCount: | ||
description: 'Gets a count of the total number of Product Images in the store.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: 'Gets a count of the total number of Product Images in the store.' | |
description: 'Gets a count of the total number of product images in the store.' |
[DEVDOCS-]
What changed?
Release notes draft