Using the REST API system for bulk updates
-
I’m experimenting with using the REST API to make bulk content changes to my site. My intention is to send data (JSON format) to a custom endpoint and process all of it.
But the custom endpoint documentation implies that endpoints are intended for creating/updating single posts. (I’m referring to the PUT method.)
Am I reading that right?
Is there a different/better way to push changes en masse?The big concern is that I’m looking at a ton of updates. I’d rather push a big chunk of JSON data all at once than make thousands of tiny requests.
Thanks for the help!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Using the REST API system for bulk updates’ is closed to new replies.