chore(oas): fix tag names (#4622)

This commit is contained in:
Shahed Nasser
2023-07-28 10:41:47 +03:00
committed by GitHub
parent 723f2677da
commit 75f2f9ad62
9 changed files with 9 additions and 9 deletions
@@ -32,7 +32,7 @@ import { validator } from "../../../../utils/validator"
* - api_token: []
* - cookie_auth: []
* tags:
* - Apps
* - Apps Oauth
* responses:
* "200":
* description: OK
@@ -18,7 +18,7 @@ import { OauthService } from "../../../../services"
* - api_token: []
* - cookie_auth: []
* tags:
* - Apps
* - Apps Oauth
* responses:
* "200":
* description: OK
@@ -42,7 +42,7 @@ import { joinLevels } from "../inventory-items/utils/join-levels"
* - api_token: []
* - cookie_auth: []
* tags:
* - Variants
* - Product Variants
* responses:
* 200:
* description: OK
@@ -35,7 +35,7 @@ import { FindParams } from "../../../../types/common"
* - api_token: []
* - cookie_auth: []
* tags:
* - Products
* - Product Variants
* responses:
* 200:
* description: OK
@@ -135,7 +135,7 @@ import { omit } from "lodash"
* - api_token: []
* - cookie_auth: []
* tags:
* - Variants
* - Product Variants
* responses:
* 200:
* description: OK
@@ -49,7 +49,7 @@ import { validator } from "../../../../utils/validator"
* source: |
* curl 'https://medusa-url.com/store/variants/{id}'
* tags:
* - Variants
* - Product Variants
* responses:
* 200:
* description: OK
@@ -108,7 +108,7 @@ import { validator } from "../../../../utils/validator"
* source: |
* curl 'https://medusa-url.com/store/variants'
* tags:
* - Variants
* - Product Variants
* responses:
* 200:
* description: OK