add open-with-web endpoint, needs cs3org/reva#3143

This commit is contained in:
Willy Kloucek
2022-08-17 12:13:47 +02:00
parent 4c6f26a8db
commit f9a25c0625
2 changed files with 16 additions and 6 deletions
+2 -1
View File
@@ -22,9 +22,10 @@ The capabilities endpoint (e.g. `https://localhost:9200/ocs/v1.php/cloud/capabil
"app_providers": [
{
"enabled": true,
"version": "1.0.0",
"version": "1.1.0",
"apps_url": "/app/list",
"open_url": "/app/open",
"open_web_url": "/app/open-in-web",
"new_url": "/app/new"
}
]