updated swagger doc
parent
8d32787cc0
commit
f150191184
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue