chore(docs): Generated API reference (#2788)

This commit is contained in:
Shahed Nasser
2022-12-13 12:52:58 +02:00
committed by GitHub
parent a77b4a1b7e
commit 52a8e90aac
413 changed files with 11540 additions and 4501 deletions

View File

@@ -145,10 +145,6 @@ tags:
servers:
- url: https://api.medusa-commerce.com/store
paths:
/auth:
$ref: paths/auth.yaml
/auth/{email}:
$ref: paths/auth_{email}.yaml
/carts/{id}/shipping-methods:
$ref: paths/carts_{id}_shipping-methods.yaml
/carts/{id}/taxes:
@@ -157,8 +153,6 @@ paths:
$ref: paths/carts_{id}_complete.yaml
/carts:
$ref: paths/carts.yaml
/carts/{id}/line-items:
$ref: paths/carts_{id}_line-items.yaml
/carts/{id}/payment-sessions:
$ref: paths/carts_{id}_payment-sessions.yaml
/carts/{id}/discounts/{code}:
@@ -173,6 +167,8 @@ paths:
$ref: paths/carts_{id}_payment-sessions_{provider_id}_refresh.yaml
/carts/{id}/payment-session:
$ref: paths/carts_{id}_payment-session.yaml
/gift-cards/{code}:
$ref: paths/gift-cards_{code}.yaml
/collections/{id}:
$ref: paths/collections_{id}.yaml
/collections:
@@ -193,20 +189,38 @@ paths:
$ref: paths/customers_password-token.yaml
/customers/password-reset:
$ref: paths/customers_password-reset.yaml
/gift-cards/{code}:
$ref: paths/gift-cards_{code}.yaml
/order-edits/{id}/complete:
$ref: paths/order-edits_{id}_complete.yaml
/order-edits/{id}/decline:
$ref: paths/order-edits_{id}_decline.yaml
/order-edits/{id}:
$ref: paths/order-edits_{id}.yaml
/orders/customer/confirm:
$ref: paths/orders_customer_confirm.yaml
/orders/cart/{cart_id}:
$ref: paths/orders_cart_{cart_id}.yaml
/orders/{id}:
$ref: paths/orders_{id}.yaml
/orders:
$ref: paths/orders.yaml
/orders/batch/customer/token:
$ref: paths/orders_batch_customer_token.yaml
/payment-collections/{id}/sessions/batch/authorize:
$ref: paths/payment-collections_{id}_sessions_batch_authorize.yaml
/payment-collections/{id}/sessions/{session_id}/authorize:
$ref: paths/payment-collections_{id}_sessions_{session_id}_authorize.yaml
/payment-collections/{id}:
$ref: paths/payment-collections_{id}.yaml
/payment-collections/{id}/sessions/batch:
$ref: paths/payment-collections_{id}_sessions_batch.yaml
/payment-collections/{id}/sessions:
$ref: paths/payment-collections_{id}_sessions.yaml
/payment-collections/{id}/sessions/{session_id}:
$ref: paths/payment-collections_{id}_sessions_{session_id}.yaml
/auth:
$ref: paths/auth.yaml
/auth/{email}:
$ref: paths/auth_{email}.yaml
/product-types:
$ref: paths/product-types.yaml
/products/{id}:
@@ -237,6 +251,8 @@ paths:
$ref: paths/variants_{variant_id}.yaml
/variants:
$ref: paths/variants.yaml
/carts/{id}/line-items:
$ref: paths/carts_{id}_line-items.yaml
components:
securitySchemes:
cookie_auth: