]> source.dussan.org Git - nextcloud-server.git/commitdiff
Change account property capability
authorVincent Petry <vincent@nextcloud.com>
Thu, 25 Mar 2021 13:16:20 +0000 (14:16 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 29 Mar 2021 07:03:36 +0000 (07:03 +0000)
Include version number in capability

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
apps/provisioning_api/lib/Capabilities.php

index eaec844313f9a3c79dabe6ebde1b352a15ac42c9..398502ae31c4c6dca22f48fbd8559cb6cda9db33 100644 (file)
@@ -44,7 +44,7 @@ class Capabilities implements ICapability {
                return [
                        'provisioning_api' => [
                                'version' => $this->appManager->getAppVersion('provisioning_api'),
-                               'hasAccountPropertyScopes' => true,
+                               'AccountPropertyScopesVersion' => 2,
                        ]
                ];
        }