docs: fix missing auth tag in api reference (#8903)

This commit is contained in:
Shahed Nasser
2024-09-01 12:42:27 +03:00
committed by GitHub
parent cbb0a6adc7
commit 0d24262bbe
6 changed files with 18 additions and 0 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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

View File

@@ -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.

View File

@@ -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