Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit cc0d806

Browse files
committed
Enable response samples in JSON format
1 parent 5b9d082 commit cc0d806

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

redoc/2.3/admin-schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"info": { "version": "2.3", "title": "Magento Admin API - All inclusive" },
44
"host": "magento2.vagrant12",
55
"basePath": "/rest/default",
6+
"produces": ["application/json"],
67
"schemes": ["http"],
78
"tags": [
89
{ "name": "addresses/{addressId}" },

redoc/2.3/customer-schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"info": { "version": "2.3", "title": "Magento Customer API" },
44
"host": "magento2.vagrant12",
55
"basePath": "/rest/default",
6+
"produces": ["application/json"],
67
"schemes": ["http"],
78
"tags": [
89
{ "name": "carts/guest-carts/{cartId}/checkGiftCard/{giftCardCode}" },

redoc/2.3/guest-schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"info": { "version": "2.3", "title": "Magento Guest API" },
44
"host": "magento2.vagrant12",
55
"basePath": "/rest/default",
6+
"produces": ["application/json"],
67
"schemes": ["http"],
78
"tags": [
89
{ "name": "carts/guest-carts/{cartId}/checkGiftCard/{giftCardCode}" },

0 commit comments

Comments
 (0)