diff --git a/routers/api/v1/user/user.go b/routers/api/v1/user/user.go index ec169dd..62d23a0 100644 --- a/routers/api/v1/user/user.go +++ b/routers/api/v1/user/user.go @@ -19,6 +19,11 @@ func UpdateUser(c *fiber.Ctx) error { // - application/json // produces: // - application/json + // parameters: + // - name: body + // in: body + // schema: + // "$ref": "#/definitions/UpdateUserRequest" // responses: // '200': // schema: