From e72261a2ea5b7028a5371c69f9ceb75bd6c4b2e3 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Mon, 26 May 2025 19:14:08 +0200 Subject: [PATCH] Updated C*DAV explanations (markdown) --- C*DAV-explanations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C*DAV-explanations.md b/C*DAV-explanations.md index 10a2a8d..b3b4aff 100644 --- a/C*DAV-explanations.md +++ b/C*DAV-explanations.md @@ -3,7 +3,7 @@ # 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 |