Edited online authored by ciberkids's avatar ciberkids
...@@ -431,7 +431,7 @@ priviledgeWillExpireInSeconds: 900 ...@@ -431,7 +431,7 @@ priviledgeWillExpireInSeconds: 900
{ {
result: "true|false", 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 ...@@ -451,6 +451,7 @@ priviledgeWillExpireInSeconds: 900
{ {
command: "authorizeescalation", command: "authorizeescalation",
authorize: "[yes|no]", authorize: "[yes|no]",
message: "[reason mandatory]",
authToken: "[previously received token]" authToken: "[previously received token]"
} }
``` ```
... ...
......