diff --git a/src/controllers/user.ts b/src/controllers/user.ts index cd9214e..57de0cd 100644 --- a/src/controllers/user.ts +++ b/src/controllers/user.ts @@ -165,6 +165,7 @@ export class UserController { #swagger.requestBody = { required: true, + description: "This action will effect to user related token JWT logged", content: { "application/json": { schema: { @@ -219,6 +220,7 @@ export class UserController { #swagger.requestBody = { required: true, + description: "This action will effect to user related token JWT logged", content: { "application/json": { schema: {