[docs-only] Fix ocdav and ocis-hello in owncloud.dev

This commit is contained in:
mmattel
2023-06-02 08:30:24 +02:00
parent 798fb56558
commit a32e9ac4c4
4 changed files with 18 additions and 9 deletions
+3
View File
@@ -0,0 +1,3 @@
# ocDAV
The ocdav service provides the WebDAV API which is required by ownCloud clients. Previews (thumbnails) are provided by the [WebDAV service](../webdav).
+1 -1
View File
@@ -1,6 +1,6 @@
# Webdav
The webdav service, like the [ocdav](https://github.com/owncloud/ocis/tree/master/services/ocdav) service, provides a HTTP API following the webdav protocol. It receives HTTP calls from requestors like clients and issues gRPC calls to other services executing these requests. After the called service has finished the request, the webdav service will render their responses in `xml` and sends them back to the requestor.
The webdav service, like the [ocdav](../ocdav) service, provides a HTTP API following the webdav protocol. It receives HTTP calls from requestors like clients and issues gRPC calls to other services executing these requests. After the called service has finished the request, the webdav service will render their responses in `xml` and sends them back to the requestor.
## Endpoints Overview