зеркало из https://github.com/nextcloud/forms.git
add API versions to Capabilities
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
This commit is contained in:
Родитель
d92b1838fd
Коммит
46141c4924
|
@ -40,7 +40,7 @@ class Capabilities implements ICapability {
|
|||
return [
|
||||
'forms' => [
|
||||
'version' => $this->appManager->getAppVersion('forms'),
|
||||
'apiVersions' => ['v2','v2.1','v2.2']
|
||||
'apiVersions' => ['v2','v2.1','v2.2','v2.3','v2.4','v2.5','v3']
|
||||
]
|
||||
];
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче