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

View File

@@ -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"
/**

View File

@@ -32,7 +32,7 @@ import { validator } from "../../../../utils/validator"
* - api_token: []
* - cookie_auth: []
* tags:
* - Apps
* - Apps Oauth
* responses:
* "200":
* description: OK

View File

@@ -18,7 +18,7 @@ import { OauthService } from "../../../../services"
* - api_token: []
* - cookie_auth: []
* tags:
* - Apps
* - Apps Oauth
* responses:
* "200":
* description: OK

View File

@@ -42,7 +42,7 @@ import { joinLevels } from "../inventory-items/utils/join-levels"
* - api_token: []
* - cookie_auth: []
* tags:
* - Variants
* - Product Variants
* responses:
* 200:
* description: OK

View File

@@ -35,7 +35,7 @@ import { FindParams } from "../../../../types/common"
* - api_token: []
* - cookie_auth: []
* tags:
* - Products
* - Product Variants
* responses:
* 200:
* description: OK

View File

@@ -135,7 +135,7 @@ import { omit } from "lodash"
* - api_token: []
* - cookie_auth: []
* tags:
* - Variants
* - Product Variants
* responses:
* 200:
* description: OK

View File

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

View File

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

View File

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