updated swagger doc

alpha
alex 2023-02-22 21:15:35 +01:00
parent 8d32787cc0
commit f150191184
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ func UpdateUser(c *fiber.Ctx) error {
// - application/json // - application/json
// produces: // produces:
// - application/json // - application/json
// parameters:
// - name: body
// in: body
// schema:
// "$ref": "#/definitions/UpdateUserRequest"
// responses: // responses:
// '200': // '200':
// schema: // schema: