View Source SwagdoxWeb.UserController (swagdox v0.1.0)
Summary
Functions
Creates a User.
[Swagdox] API: @param user(body), object, "User attributes", required: true
@response 201, User, "User created" @response 400, "Invalid user attributes"
@security BasicAuth, [admin]
Returns a list of Users
Returns a User.
[Swagdox] API: @param id(path), integer, "User ID", required: true
@response 200, User, "User found" @response 403, "User not authorized" @response 404, "User not found"
@security BasicAuth, [read]