From 0d974a52bcbbea0f889bc1852a83e1d96bc3a44c Mon Sep 17 00:00:00 2001 From: Abdul Rahman Reza Date: Wed, 27 Nov 2024 17:22:39 +0700 Subject: [PATCH] update desc --- src/controllers/user.ts | 2 ++ 1 file changed, 2 insertions(+) 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: {