Jan 13, 2021 09:41 PM
I’m surprised I can’t find anyone else having asked about this; is there any scope for:
or
… so users aren’t left troubleshooting an error that can be quite subtle (I had to tell browser console to unfold several layers of nested error logging).
Solved! Go to Solution.
Jan 13, 2021 09:52 PM
The limit of 10 records in the REST API is in the api documentation:
Your request body should include an array of up to 10 record objects.
Jan 13, 2021 09:52 PM
The limit of 10 records in the REST API is in the api documentation:
Your request body should include an array of up to 10 record objects.
Jan 13, 2021 09:52 PM
It actually does mention this in the API documentation.
If you click on the “Update Records” item in the left margin, on the right it says: “Your request body should include an array of up to 10 record objects” (for CURL) or “The first argument should be an array of up to 10 record objects” (for JavaScript).
Jan 13, 2021 09:53 PM
Ah, I see that @kuovonne already answered! :crazy_face: