V
V
Vadim2015-11-26 12:49:31
RESTful API
Vadim, 2015-11-26 12:49:31

How to bulk change objects by Restfull?

Greetings comrades.
Can you please tell me how to process the change of a group of objects using rest api?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Belyaev, 2015-11-26
@bingo347

like this:
PUT /api/collection/
Content-type: application/json
[{"id":5,"edited_field":7},{"id":10,"edited_field":17},{"id": 25,"edited_field":77}]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question