Skip to main content

Endpoint Overview

Auto-generated from the NestJS source. Do not edit by hand.

MethodPathControllerHandlerSummary
POST/rolesRolesControllercreatePOST /roles — create a new role
GET/rolesRolesControllerfindAllGET /roles — list all roles
GET/roles/:idRolesControllerfindOneGET /roles/:id — fetch a single role
PATCH/roles/:idRolesControllerupdatePATCH /roles/:id — apply a partial update
DELETE/roles/:idRolesControllerremoveDELETE /roles/:id — remove a role
POST/usersUsersControllercreatePOST /users — create a new user
GET/usersUsersControllerfindAllGET /users — list all users
GET/users/:idUsersControllerfindOneGET /users/:id — fetch a single user
PATCH/users/:idUsersControllerupdatePATCH /users/:id — apply a partial update
DELETE/users/:idUsersControllerremoveDELETE /users/:id — remove a user