This commit is contained in:
Maurits van der Schee 2016-11-10 02:41:47 +01:00
commit 5604110c25

View file

@ -353,7 +353,7 @@ Alternatively you can send a JSON array containing multiple JSON objects in the
```
PUT http://localhost/api.php/categories/1,2
[{"name":"Internet"},{""name":"Programming"}]
[{"name":"Internet"},{"name":"Programming"}]
```
Output: