docs: remove mention of base64 requirement for api keys (#13679)

This commit is contained in:
Shahed Nasser
2025-10-03 14:10:16 +03:00
committed by GitHub
parent dd4b3315f3
commit fcb977a989
716 changed files with 1082 additions and 1091 deletions
@@ -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
@@ -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 '{
@@ -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 '{
@@ -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 '{
@@ -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
@@ -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
@@ -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