mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-03 22:47:45 +00:00
17 lines
370 B
HTTP
17 lines
370 B
HTTP
|
|
### Get a document
|
|
GET http://{{ host }}/dav/get/{{ uuid }}/d
|
|
|
|
### OPTIONS on a document
|
|
OPTIONS http://{{ host }}/dav/get/{{ uuid }}/d
|
|
|
|
### HEAD ona document
|
|
HEAD http://{{ host }}/dav/get/{{ uuid }}/d
|
|
|
|
### Get the directory of a document
|
|
GET http://{{ host }}/dav/get/{{ uuid }}/
|
|
|
|
### Option the directory of a document
|
|
OPTIONS http://{{ host }}/dav/get/{{ uuid }}/
|
|
|