Add permissions to the service description
This commit is contained in:
parent
99d080f1cd
commit
52698e1d30
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ $functions = array(
|
|||
'methodname' => 'request_login_url',
|
||||
'classpath' => 'auth/userkey/externallib.php',
|
||||
'description' => 'Return one time key based login URL',
|
||||
'type' => 'read',
|
||||
'type' => 'write',
|
||||
'capabilities' => 'auth/userkey:generatekey',
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue