adjust json to match the definition
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
parent
4c8cfd224c
commit
1b93af37d6
1 changed files with 2 additions and 1 deletions
|
@ -48,9 +48,10 @@ class Capabilities implements ICapability {
|
|||
'enabled' => true,
|
||||
'apiVersion' => '1.0-proposal1',
|
||||
'endPoint' => substr($url, 0, strrpos($url, '/')),
|
||||
'shareTypes' => [
|
||||
'resourceTypes' => [
|
||||
[
|
||||
'name' => 'file',
|
||||
'shareTypes' => ['user', 'group'],
|
||||
'protocols' => [
|
||||
'webdav' => '/public.php/webdav/',
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue