update capabilities
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
parent
af178ef19a
commit
daba042d26
1 changed files with 5 additions and 1 deletions
|
@ -46,8 +46,12 @@ class Capabilities implements ICapability {
|
|||
$capabilities = ['ocm' =>
|
||||
[
|
||||
'enabled' => true,
|
||||
'api-version' => '2.0-draft',
|
||||
'api-version' => '1.0-proposal1',
|
||||
'end-point' => substr($url, 0, strrpos($url, '/')),
|
||||
'share-types' => ['file'],
|
||||
'protocol' => [
|
||||
'webdav' => '/public.php/webdav/',
|
||||
]
|
||||
]
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue