chore(oas): fix tag names (#4622)
This commit is contained in:
@@ -12,7 +12,7 @@ export interface User {
|
||||
*/
|
||||
id: string
|
||||
/**
|
||||
* The user's role
|
||||
* The user's role. These roles don't provide any different privileges.
|
||||
*/
|
||||
role: "admin" | "member" | "developer"
|
||||
/**
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -67,7 +67,7 @@ export class User extends SoftDeletableEntity {
|
||||
* type: string
|
||||
* example: usr_01G1G5V26F5TB3GPAPNJ8X1S3V
|
||||
* role:
|
||||
* description: The user's role
|
||||
* description: The user's role. These roles don't provide any different privileges.
|
||||
* type: string
|
||||
* enum:
|
||||
* - admin
|
||||
|
||||
Reference in New Issue
Block a user