string occurrences

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2025-01-22 15:16:31 +01:00
parent 17a31c7bbc
commit b0f32d33ca
6 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -142,7 +142,7 @@ HTTP status code: 200
}
```
### Open a File With ownCloud Web
### Open a File With OpenCloud Web
**Endpoint**: specified in the capabilities in `open_web_url`, currently `/app/open-with-web`
@@ -170,7 +170,7 @@ curl -X POST 'https://opencloud.test/app/open-with-web?file_id=ZmlsZTppZAo=&app_
**Response examples**:
The URI from the response JSON is intended to be opened with a GET request in a browser. If the user has not yet a session in the browser, a login flow is handled by ownCloud Web.
The URI from the response JSON is intended to be opened with a GET request in a browser. If the user has not yet a session in the browser, a login flow is handled by OpenCloud Web.
HTTP status code: 200