Edited online authored by ciberkids's avatar ciberkids
......@@ -431,7 +431,7 @@ priviledgeWillExpireInSeconds: 900
{
result: "true|false",
desc: "[some usefull description eg. User XX want to became privileged, contact answer service]"
message: "[some usefull description eg. User XX want to became privileged, contact answer service]"
}
```
......@@ -451,6 +451,7 @@ priviledgeWillExpireInSeconds: 900
{
command: "authorizeescalation",
authorize: "[yes|no]",
message: "[reason mandatory]",
authToken: "[previously received token]"
}
```
......
......