1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-29 18:08:31 +00:00

new

Peter Bieringer 2025-05-26 19:13:42 +02:00
parent c9a49decc3
commit eb66c0b433

11
C*DAV-explanations.md Normal file

@ -0,0 +1,11 @@
(i) work in progress, for more see related RFCs
# Calls by clients
| Request | Condition | Return Code |
|+|+|
| PUT | new item | 201 Created |
| PUT | updating existing item | 204 No Cotent |
| GET | (download item or folder) | 200 |
| REPORT | (query for items) | 207 Multi-Status |
| PROPFIND | (find property of items) | 207 Multi-Status |