From f150191184e1cc4d4419f08d488296a6786e7d33 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 22 Feb 2023 21:15:35 +0100 Subject: [PATCH] updated swagger doc --- routers/api/v1/user/user.go | 5 +++++ 1 file changed, 5 insertions(+) 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: