docs: generate API reference for 2.10.3 (#13548)

* docs: generate API reference for 2.10.3

* fix curl example
This commit is contained in:
Shahed Nasser
2025-09-19 11:40:52 +03:00
committed by GitHub
parent 0e45249b30
commit 2f990a14e6
68 changed files with 4955 additions and 327 deletions

View File

@@ -715,6 +715,7 @@ tags:
url: https://docs.medusajs.com/resources/commerce-modules/user
x-associatedSchema:
$ref: ./components/schemas/AdminUser.yaml
- name: Views
- name: Workflows Executions
description: >
These API routes allow you to track workflow executions in your Medusa
@@ -1156,6 +1157,14 @@ paths:
$ref: paths/admin_users_me.yaml
/admin/users/{id}:
$ref: paths/admin_users_{id}.yaml
/admin/views/{entity}/columns:
$ref: paths/admin_views_{entity}_columns.yaml
/admin/views/{entity}/configurations:
$ref: paths/admin_views_{entity}_configurations.yaml
/admin/views/{entity}/configurations/active:
$ref: paths/admin_views_{entity}_configurations_active.yaml
/admin/views/{entity}/configurations/{id}:
$ref: paths/admin_views_{entity}_configurations_{id}.yaml
/admin/workflows-executions:
$ref: paths/admin_workflows-executions.yaml
/admin/workflows-executions/{id}: