From 0d24262bbe23066cabfa662051124b79f81d666f Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Sun, 1 Sep 2024 12:42:27 +0300 Subject: [PATCH] docs: fix missing auth tag in api reference (#8903) --- www/apps/api-reference/specs/admin/openapi.full.yaml | 3 +++ www/apps/api-reference/specs/admin/openapi.yaml | 3 +++ www/apps/api-reference/specs/store/openapi.full.yaml | 3 +++ www/apps/api-reference/specs/store/openapi.yaml | 3 +++ www/utils/generated/oas-output/base/admin.oas.base.yaml | 3 +++ www/utils/generated/oas-output/base/store.oas.base.yaml | 3 +++ 6 files changed, 18 insertions(+) diff --git a/www/apps/api-reference/specs/admin/openapi.full.yaml b/www/apps/api-reference/specs/admin/openapi.full.yaml index e652d02670..b6e7853e32 100644 --- a/www/apps/api-reference/specs/admin/openapi.full.yaml +++ b/www/apps/api-reference/specs/admin/openapi.full.yaml @@ -9,6 +9,9 @@ servers: - url: http://localhost:9000 - url: https://api.medusajs.com tags: + - name: Auth + description: > + Auth API routes allow you to manage an admin user's authentication. - name: Api Keys description: | API keys can be used for authentication or resource-scoping. diff --git a/www/apps/api-reference/specs/admin/openapi.yaml b/www/apps/api-reference/specs/admin/openapi.yaml index 9cb4d4c520..1aea8a9b69 100644 --- a/www/apps/api-reference/specs/admin/openapi.yaml +++ b/www/apps/api-reference/specs/admin/openapi.yaml @@ -9,6 +9,9 @@ servers: - url: http://localhost:9000 - url: https://api.medusajs.com tags: + - name: Auth + description: > + Auth API routes allow you to manage an admin user's authentication. - name: Api Keys description: > API keys can be used for authentication or resource-scoping. diff --git a/www/apps/api-reference/specs/store/openapi.full.yaml b/www/apps/api-reference/specs/store/openapi.full.yaml index 7c8f198170..4b03a6c1fa 100644 --- a/www/apps/api-reference/specs/store/openapi.full.yaml +++ b/www/apps/api-reference/specs/store/openapi.full.yaml @@ -9,6 +9,9 @@ servers: - url: http://localhost:9000 - url: https://api.medusajs.com tags: + - name: Auth + description: > + Auth API routes allow you to manage a customer's authentication. - name: Carts description: | A cart is a virtual shopping bag that customers can use to add items they want to purchase. diff --git a/www/apps/api-reference/specs/store/openapi.yaml b/www/apps/api-reference/specs/store/openapi.yaml index 4488696451..5d62613d74 100644 --- a/www/apps/api-reference/specs/store/openapi.yaml +++ b/www/apps/api-reference/specs/store/openapi.yaml @@ -9,6 +9,9 @@ servers: - url: http://localhost:9000 - url: https://api.medusajs.com tags: + - name: Auth + description: > + Auth API routes allow you to manage a customer's authentication. - name: Carts description: > A cart is a virtual shopping bag that customers can use to add items they diff --git a/www/utils/generated/oas-output/base/admin.oas.base.yaml b/www/utils/generated/oas-output/base/admin.oas.base.yaml index 1ade16eb30..9185a52abc 100644 --- a/www/utils/generated/oas-output/base/admin.oas.base.yaml +++ b/www/utils/generated/oas-output/base/admin.oas.base.yaml @@ -6,6 +6,9 @@ info: name: MIT url: https://github.com/medusajs/medusa/blob/develop/LICENSE tags: + - name: Auth + description: > + Auth API routes allow you to manage an admin user's authentication. - name: Api Keys description: > API keys can be used for authentication or resource-scoping. diff --git a/www/utils/generated/oas-output/base/store.oas.base.yaml b/www/utils/generated/oas-output/base/store.oas.base.yaml index 0b4ed23fc6..8d168814ca 100644 --- a/www/utils/generated/oas-output/base/store.oas.base.yaml +++ b/www/utils/generated/oas-output/base/store.oas.base.yaml @@ -6,6 +6,9 @@ info: name: MIT url: https://github.com/medusajs/medusa/blob/master/LICENSE tags: + - name: Auth + description: > + Auth API routes allow you to manage a customer's authentication. - name: Carts description: > A cart is a virtual shopping bag that customers can use to add items they