fix url in open-with-web documentation

This commit is contained in:
Willy Kloucek
2022-08-18 14:08:47 +02:00
parent d1f0dbc4c9
commit 5a51a24bbd
+2 -2
View File
@@ -200,9 +200,9 @@ HTTP status code: 200
**Request examples**:
```bash
curl -X POST 'https://ocis.test/app/open?file_id=ZmlsZTppZAo='
curl -X POST 'https://ocis.test/app/open-with-web?file_id=ZmlsZTppZAo='
curl -X POST 'https://ocis.test/app/open?file_id=ZmlsZTppZAo=&app_name=Collabora'
curl -X POST 'https://ocis.test/app/open-with-web?file_id=ZmlsZTppZAo=&app_name=Collabora'
```
**Response examples**: