-Added REST endpoint "/v2/token/destroy/all"
-Added command "/rest destroytokens", "/rest listusers"
This commit is contained in:
parent
d9ff9a6ac5
commit
4d95b5594e
3 changed files with 66 additions and 2 deletions
|
|
@ -26,6 +26,9 @@ namespace Rests
|
|||
[Description("User can create REST tokens.")]
|
||||
public static readonly string restapi;
|
||||
|
||||
[Description("User or REST user can destroy all REST tokens.")]
|
||||
public static readonly string restmanage;
|
||||
|
||||
|
||||
[Description("REST user can turn off / restart the server.")]
|
||||
public static readonly string restmaintenance;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue