Skip to content
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

chore(MOS-1878): Added documentation for product.images[].original_name #94

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions spec/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2258,6 +2258,7 @@ components:
images:
- position: 2
id: 7e2009bf-f4a6-4f6d-9874-14ed1341229b
original_name: "my_uploaded_image"
urls:
full: https://asset.myonlinestore.com/winkel/winkelnaam/images/full/b1787d2f15742a7d9c869f186b948ddbc2faecb87
article: https://asset.myonlinestore.com/winkel/winkelnaam/images/article/b1787d2f15742a7d9c869f186b948ddbc2faecb87
Expand Down Expand Up @@ -2500,6 +2501,9 @@ components:
id:
type: string
format: uuid
original_name:
description: Base name of the originally uploaded file
type: string
url:
deprecated: true
type: string
Expand Down
Loading