mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
cosmetics
parent
f633616a71
commit
6dd3569540
1 changed files with 2 additions and 2 deletions
|
@ -210,10 +210,10 @@ See also example configurations:
|
|||
|
||||
```
|
||||
# MOVE
|
||||
curl -u user:pass http://localhost//radicale/user/test3/test.ics --request MOVE -H "Destination: http://localhost/radicale/user/test2/test.ics"
|
||||
curl -u user:pass http://localhost/radicale/user/test3/test.ics --request MOVE -H "Destination: http://localhost/radicale/user/test2/test.ics"
|
||||
|
||||
MOVE Back
|
||||
curl -u user:pass http://localhost//radicale/user/test2/test.ics --request MOVE -H "Destination: http://localhost/radicale/user/test3/test.ics"
|
||||
curl -u user:pass http://localhost/radicale/user/test2/test.ics --request MOVE -H "Destination: http://localhost/radicale/user/test3/test.ics"
|
||||
```
|
||||
|
||||
## General
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue