Update README.md

This commit is contained in:
Ralf Becker 2021-09-20 08:35:31 +02:00 committed by GitHub
parent 2512cffe3b
commit 7399cca9fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>