Change account property capability
Include version number in capability Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
This commit is contained in:
parent
ab22999eb9
commit
ecae714157
|
@ -44,7 +44,7 @@ class Capabilities implements ICapability {
|
||||||
return [
|
return [
|
||||||
'provisioning_api' => [
|
'provisioning_api' => [
|
||||||
'version' => $this->appManager->getAppVersion('provisioning_api'),
|
'version' => $this->appManager->getAppVersion('provisioning_api'),
|
||||||
'hasAccountPropertyScopes' => true,
|
'AccountPropertyScopesVersion' => 2,
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue