diff --git a/doc/REST-CalDAV-CardDAV/Mail.md b/doc/REST-CalDAV-CardDAV/Mail.md index 7aae424db0..626c2b3cf2 100644 --- a/doc/REST-CalDAV-CardDAV/Mail.md +++ b/doc/REST-CalDAV-CardDAV/Mail.md @@ -150,7 +150,7 @@ and is then viewed from there. The user has the ability to answer or forward the message, or download attachments. ``` -curl -i https://example.org/egroupware/groupdav.php/mail/attachments/ --user \ +curl -i https://example.org/egroupware/groupdav.php/mail/view --user \ --data-binary @ -H 'Content-Type: message/rfc822' HTTP/1.1 200 Ok