update capabilities

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
pull/9345/head
Bjoern Schiessle 8 years ago
parent af178ef19a
commit daba042d26
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
  1. 6
      apps/cloud_federation_api/lib/Capabilities.php

@ -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…
Cancel
Save