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

Fix typo

MomoBD-P 2025-07-15 11:36:20 +08:00
parent 3d0c0bdcf6
commit 4b82d34714

@ -6,7 +6,7 @@
| Request | Condition | Return Code | | Request | Condition | Return Code |
|-|-|-| |-|-|-|
| PUT | new item | 201 Created | | PUT | new item | 201 Created |
| PUT | updating existing item | 204 No Cotent | | PUT | updating existing item | 204 No Content |
| GET | (download item or folder) | 200 | | GET | (download item or folder) | 200 |
| REPORT | (query for items) | 207 Multi-Status | | REPORT | (query for items) | 207 Multi-Status |
| PROPFIND | (find property of items) | 207 Multi-Status | | PROPFIND | (find property of items) | 207 Multi-Status |