docs: generate API reference for 2.12.3 (#14341)

This commit is contained in:
Shahed Nasser
2025-12-17 18:19:46 +02:00
committed by GitHub
parent c0ec54fc15
commit 52e965f411
134 changed files with 7706 additions and 12 deletions

View File

@@ -231,6 +231,19 @@ tags:
url: https://docs.medusajs.com/resources/commerce-modules/user
x-associatedSchema:
$ref: ./components/schemas/AdminInvite.yaml
- name: Locales
description: >
A locale is a language that content is translated into for customers to
view in a storefront.
Medusa installs locales by default. These API routes allow admin users to
retrieve and view locales.
externalDocs:
description: Learn more about locales and translations.
url: >-
https://docs.medusajs.com/resources/commerce-modules/translation/concepts
x-associatedSchema:
$ref: ./components/schemas/AdminLocale.yaml
- name: Notifications
description: >
A notification informs an admin user of store changes or status changes of
@@ -708,6 +721,18 @@ tags:
</Note>
x-associatedSchema:
$ref: ./components/schemas/AdminTransactionGroup.yaml
- name: Translations
description: >
A translation is a localized version of content in a specific locale. For
example, a product description in French.
These API routes allow admin users to manage translations for different
locales and resources.
externalDocs:
description: Learn more about the Translation Module.
url: https://docs.medusajs.com/resources/commerce-modules/translation
x-associatedSchema:
$ref: ./components/schemas/AdminTranslation.yaml
- name: Uploads
description: >
Use these API routes to upload files to your Medusa application using the
@@ -918,6 +943,10 @@ paths:
$ref: paths/admin_invites_{id}.yaml
/admin/invites/{id}/resend:
$ref: paths/admin_invites_{id}_resend.yaml
/admin/locales:
$ref: paths/admin_locales.yaml
/admin/locales/{code}:
$ref: paths/admin_locales_{code}.yaml
/admin/notifications:
$ref: paths/admin_notifications.yaml
/admin/notifications/{id}:
@@ -944,6 +973,8 @@ paths:
$ref: paths/admin_order-edits_{id}_shipping-method_{action_id}.yaml
/admin/orders:
$ref: paths/admin_orders.yaml
/admin/orders/export:
$ref: paths/admin_orders_export.yaml
/admin/orders/{id}:
$ref: paths/admin_orders_{id}.yaml
/admin/orders/{id}/archive:
@@ -997,6 +1028,8 @@ paths:
$ref: paths/admin_price-lists.yaml
/admin/price-lists/{id}:
$ref: paths/admin_price-lists_{id}.yaml
/admin/price-lists/{id}/prices:
$ref: paths/admin_price-lists_{id}_prices.yaml
/admin/price-lists/{id}/prices/batch:
$ref: paths/admin_price-lists_{id}_prices_batch.yaml
/admin/price-lists/{id}/products:
@@ -1175,6 +1208,14 @@ paths:
$ref: paths/admin_tax-regions_{id}.yaml
/admin/transaction-groups:
$ref: paths/admin_transaction-groups.yaml
/admin/translations:
$ref: paths/admin_translations.yaml
/admin/translations/batch:
$ref: paths/admin_translations_batch.yaml
/admin/translations/settings:
$ref: paths/admin_translations_settings.yaml
/admin/translations/statistics:
$ref: paths/admin_translations_statistics.yaml
/admin/uploads:
$ref: paths/admin_uploads.yaml
/admin/uploads/presigned-urls: