🚀New lib version v0.1.1 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2021-01-16 20:37:14 +00:00
parent 3e9d3e4120
commit e329836a06
12 changed files with 100 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ export declare class UserService {
static userControllerPut(id: number, requestBody?: UpdateUser): Promise<ResponseUser>;
/**
* Remove
* Delete the user whose id you provided. <br> If there are any permissions directly granted to the user they will get deleted as well. <br> If no user with this id exists it will just return 204(no content).
* Delete the user whose id you provided. <br> You have to confirm your decision by providing the ?force=true query param. <br> If there are any permissions directly granted to the user they will get deleted as well. <br> If no user with this id exists it will just return 204(no content).
* @param id
* @param force
* @returns ResponseUser