chore(oas): fix tag names (#4622)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user