🚀New lib version v0.13.1 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
8
dist/services/MeService.js
vendored
8
dist/services/MeService.js
vendored
@@ -6,7 +6,7 @@ class MeService {
|
||||
/**
|
||||
* Get
|
||||
* Lists all information about yourself.
|
||||
* @returns ResponseUser
|
||||
* @result ResponseUser
|
||||
* @throws ApiError
|
||||
*/
|
||||
static async meControllerGet() {
|
||||
@@ -20,7 +20,7 @@ class MeService {
|
||||
* Put
|
||||
* Update the yourself. <br> You can't edit your own permissions or group memberships here - Please use the /api/users/:id enpoint instead. <br> Please remember that ids can't be changed.
|
||||
* @param requestBody UpdateUser
|
||||
* @returns ResponseUser
|
||||
* @result ResponseUser
|
||||
* @throws ApiError
|
||||
*/
|
||||
static async meControllerPut(requestBody) {
|
||||
@@ -35,7 +35,7 @@ class MeService {
|
||||
* Remove
|
||||
* Delete yourself. <br> You have to confirm your decision by providing the ?force=true query param. <br> If there are any permissions directly granted to you they will get deleted as well.
|
||||
* @param force
|
||||
* @returns ResponseUser
|
||||
* @result ResponseUser
|
||||
* @throws ApiError
|
||||
*/
|
||||
static async meControllerRemove(force) {
|
||||
@@ -51,7 +51,7 @@ class MeService {
|
||||
/**
|
||||
* Get permissions
|
||||
* Lists all permissions granted to the you sorted into directly granted and inherited as permission response objects.
|
||||
* @returns ResponseUserPermissions
|
||||
* @result ResponseUserPermissions
|
||||
* @throws ApiError
|
||||
*/
|
||||
static async meControllerGetPermissions() {
|
||||
|
||||
Reference in New Issue
Block a user