docs: remove mention of base64 requirement for api keys (#13679)
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@
|
||||
* label: cURL
|
||||
* source: |-
|
||||
* curl -X DELETE '{backend_url}/store/customers/me/addresses/{address_id}' \
|
||||
* -H 'Authorization: Bearer {access_token}' \
|
||||
* -H 'Authorization: Bearer {jwt_token}' \
|
||||
* -H 'x-publishable-api-key: {your_publishable_api_key}'
|
||||
* tags:
|
||||
* - Customers
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
* label: cURL
|
||||
* source: |-
|
||||
* curl '{backend_url}/store/customers/me' \
|
||||
* -H 'Authorization: Bearer {access_token}' \
|
||||
* -H 'Authorization: Bearer {jwt_token}' \
|
||||
* -H 'x-publishable-api-key: {your_publishable_api_key}'
|
||||
* tags:
|
||||
* - Customers
|
||||
|
||||
@@ -150,7 +150,7 @@
|
||||
* label: cURL
|
||||
* source: |-
|
||||
* curl '{backend_url}/store/customers/me/addresses' \
|
||||
* -H 'Authorization: Bearer {access_token}' \
|
||||
* -H 'Authorization: Bearer {jwt_token}' \
|
||||
* -H 'x-publishable-api-key: {your_publishable_api_key}'
|
||||
* tags:
|
||||
* - Customers
|
||||
|
||||
+1
-1
@@ -66,7 +66,7 @@
|
||||
* label: cURL
|
||||
* source: |-
|
||||
* curl '{backend_url}/store/customers/me/addresses/{address_id}' \
|
||||
* -H 'Authorization: Bearer {access_token}' \
|
||||
* -H 'Authorization: Bearer {jwt_token}' \
|
||||
* -H 'x-publishable-api-key: {your_publishable_api_key}'
|
||||
* tags:
|
||||
* - Customers
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
* label: cURL
|
||||
* source: |-
|
||||
* curl '{backend_url}/store/gift-cards/{idOrCode}' \
|
||||
* -H 'Authorization: Bearer {access_token}' \
|
||||
* -H 'Authorization: Bearer {jwt_token}' \
|
||||
* -H 'x-publishable-api-key: {your_publishable_api_key}'
|
||||
* tags:
|
||||
* - Gift Cards
|
||||
|
||||
@@ -156,7 +156,7 @@
|
||||
* label: cURL
|
||||
* source: |-
|
||||
* curl '{backend_url}/store/orders' \
|
||||
* -H 'Authorization: Bearer {access_token}' \
|
||||
* -H 'Authorization: Bearer {jwt_token}' \
|
||||
* -H 'x-publishable-api-key: {your_publishable_api_key}'
|
||||
* tags:
|
||||
* - Orders
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
* label: cURL
|
||||
* source: |-
|
||||
* curl -X POST '{backend_url}/store/carts/{id}/customer' \
|
||||
* -H 'Authorization: Bearer {access_token}' \
|
||||
* -H 'Authorization: Bearer {jwt_token}' \
|
||||
* -H 'x-publishable-api-key: {your_publishable_api_key}'
|
||||
* tags:
|
||||
* - Carts
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
* label: cURL
|
||||
* source: |-
|
||||
* curl -X POST '{backend_url}/store/customers/me' \
|
||||
* -H 'Authorization: Bearer {access_token}' \
|
||||
* -H 'Authorization: Bearer {jwt_token}' \
|
||||
* -H 'Content-Type: application/json' \
|
||||
* -H 'x-publishable-api-key: {your_publishable_api_key}' \
|
||||
* --data-raw '{
|
||||
|
||||
+1
-1
@@ -68,7 +68,7 @@
|
||||
* label: cURL
|
||||
* source: |-
|
||||
* curl -X POST '{backend_url}/store/customers/me/addresses' \
|
||||
* -H 'Authorization: Bearer {access_token}' \
|
||||
* -H 'Authorization: Bearer {jwt_token}' \
|
||||
* -H 'Content-Type: application/json' \
|
||||
* -H 'x-publishable-api-key: {your_publishable_api_key}' \
|
||||
* --data-raw '{
|
||||
|
||||
+1
-1
@@ -77,7 +77,7 @@
|
||||
* label: cURL
|
||||
* source: |-
|
||||
* curl -X POST '{backend_url}/store/customers/me/addresses/{address_id}' \
|
||||
* -H 'Authorization: Bearer {access_token}' \
|
||||
* -H 'Authorization: Bearer {jwt_token}' \
|
||||
* -H 'Content-Type: application/json' \
|
||||
* -H 'x-publishable-api-key: {your_publishable_api_key}' \
|
||||
* --data-raw '{
|
||||
|
||||
+1
-1
@@ -43,7 +43,7 @@
|
||||
* label: cURL
|
||||
* source: |-
|
||||
* curl -X POST '{backend_url}/store/gift-cards/{idOrCode}/redeem' \
|
||||
* -H 'Authorization: Bearer {access_token}' \
|
||||
* -H 'Authorization: Bearer {jwt_token}' \
|
||||
* -H 'x-publishable-api-key: {your_publishable_api_key}'
|
||||
* tags:
|
||||
* - Gift Cards
|
||||
|
||||
+1
-1
@@ -67,7 +67,7 @@
|
||||
* label: cURL
|
||||
* source: |-
|
||||
* curl -X POST '{backend_url}/store/orders/{id}/transfer/cancel' \
|
||||
* -H 'Authorization: Bearer {access_token}' \
|
||||
* -H 'Authorization: Bearer {jwt_token}' \
|
||||
* -H 'x-publishable-api-key: {your_publishable_api_key}'
|
||||
* tags:
|
||||
* - Orders
|
||||
|
||||
+1
-1
@@ -76,7 +76,7 @@
|
||||
* label: cURL
|
||||
* source: |-
|
||||
* curl -X POST '{backend_url}/store/orders/{id}/transfer/request' \
|
||||
* -H 'Authorization: Bearer {access_token}' \
|
||||
* -H 'Authorization: Bearer {jwt_token}' \
|
||||
* -H 'x-publishable-api-key: {your_publishable_api_key}'
|
||||
* tags:
|
||||
* - Orders
|
||||
|
||||
Reference in New Issue
Block a user