Update README.md

This commit is contained in:
Ralf Becker 2021-09-20 08:35:31 +02:00 committed by Ralf Becker
parent a1863c6d49
commit e7d59aa1dc

View File

@ -224,7 +224,7 @@ curl 'https://example.org/egroupware/groupdav.php/addressbook/5593' -H "Accept:
```
</details>
* **POST** requests to collection with a "Content-Type: application/json" header add new entries in addressbook or calendar collections
* **POST** requests to collection with a ```Content-Type: application/json``` header add new entries in addressbook or calendar collections
(Location header in response gives URL of new resource)
<details>
<summary>Example: POST request to create a new resource</summary>