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