Skip to content

Commit 4af43a5

Browse files
authored
Fix App Catalog Get List Product UUIDs examples
1 parent 1349334 commit 4af43a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/swagger/resources/app_catalogs/routes/app_catalogs_id_product_uuids.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ get:
4242
x-examples: {
4343
"_links": {
4444
"self": {
45-
"href": "http://demo.akeneo.com/api/rest/v1/catalogs/12351d98-200e-4bbc-aa19-7fdda1bd14f2?pagination_type=search_after&limit=3&search_after=10de33fa-e026-4439-85d6-73a1105f52e7"
45+
"href": "http://demo.akeneo.com/api/rest/v1/catalogs/12351d98-200e-4bbc-aa19-7fdda1bd14f2/product-uuids"
4646
},
4747
"first": {
48-
"href": "http://demo.akeneo.com/api/rest/v1/catalogs/12351d98-200e-4bbc-aa19-7fdda1bd14f2?pagination_type=search_after&limit=3"
48+
"href": "http://demo.akeneo.com/api/rest/v1/catalogs/12351d98-200e-4bbc-aa19-7fdda1bd14f2/product-uuids"
4949
},
5050
"next": {
51-
"href": "http://demo.akeneo.com/api/rest/v1/catalogs/12351d98-200e-4bbc-aa19-7fdda1bd14f2?pagination_type=search_after&limit=3&search_after=eddfbd2a-abc7-488d-b9e3-41289c824f80"
51+
"href": "http://demo.akeneo.com/api/rest/v1/catalogs/12351d98-200e-4bbc-aa19-7fdda1bd14f2/product-uuids?search_after=eddfbd2a-abc7-488d-b9e3-41289c824f80"
5252
}
5353
},
5454
"_embedded": {

0 commit comments

Comments
 (0)