Skip to content

Commit 927eff1

Browse files
committed
CPM-724: Fix reviews
1 parent 7c67b24 commit 927eff1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/files/Akeneo PIM API.postman_collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3729,7 +3729,7 @@
37293729
]
37303730
},
37313731
{
3732-
"name": "Product (uuid)",
3732+
"name": "Product (uuid, SAAS only)",
37333733
"item": [
37343734
{
37353735
"name": "product",

content/swagger/akeneo-web-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

content/swagger/resources/products_uuid/routes/products_uuid.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ patch:
109109
x-example-2:
110110
'{"uuid":"573dd613-0c7f-4143-83d5-63cc5e535966","values":{"sku":[{"data":"updated_sku","locale":null,"scope":null}]}, "group":["promotion"]}'
111111
x-example-3:
112-
'{"values":{"sku":[{"data":"new_product","locale":null,"scope":null}]},"family":"clothes"}'
112+
'{"uuid":"25566245-55c3-42ce-86d9-8610ac459fa8","values":{"sku":[{"data":"new_product","locale":null,"scope":null}]},"family":"clothes"}'
113113
responses:
114114
200:
115115
description: OK
@@ -123,7 +123,7 @@ patch:
123123
x-example-2:
124124
'{"line":2,"uuid":"573dd613-0c7f-4143-83d5-63cc5e535966","status_code":422,"message":"Property "group" does not exist."}'
125125
x-example-3:
126-
'{"line":3,"uuid":"2d9e205c-78c9-495a-831c-e1a10531eeb1","status_code":201}'
126+
'{"line":3,"uuid":"25566245-55c3-42ce-86d9-8610ac459fa8","status_code":201}'
127127
401:
128128
$ref: "#/responses/401Error"
129129
403:

0 commit comments

Comments
 (0)