I would like to know if there is a way (and of course if it is a good practice) to update a 'big' list of objects(>100 for example) through a single REST API call.
I know the REST API defines http GET,POST,PUT,DELETE
At the moment I do individuals calls to PUT with each single object.
May this create a lack of performance?
I found an article about PATCH Method HTTP , but I don't know if it is what I exactly need.
The technologies I am using are: ASP .NET WEBAPI2 AngularJS