add new file url of the app provider to the ocs capabilities

This commit is contained in:
Willy Kloucek
2021-12-15 10:43:53 +01:00
parent f35133d4bd
commit 32f7af851d
3 changed files with 16 additions and 1 deletions
+2 -1
View File
@@ -24,7 +24,8 @@ The capabilities endpoint (eg. `https://localhost:9200/ocs/v1.php/cloud/capabili
"enabled": true,
"version": "1.0.0",
"apps_url": "/app/list",
"open_url": "/app/open"
"open_url": "/app/open",
"new_url": "/app/new"
}
]
}