Help

Re: PATCH maximum of 10

Solved
Jump to Solution
859 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Oli_Steadman
7 - App Architect
7 - App Architect

I’m surprised I can’t find anyone else having asked about this; is there any scope for:

  • increasing the PATCH limit from current max of 10

or

  • making it explicit in API documentation that PATCH is limited to 10

… 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).

1 Solution

Accepted Solutions
kuovonne
18 - Pluto
18 - Pluto

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.

See Solution in Thread

3 Replies 3
kuovonne
18 - Pluto
18 - Pluto

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.

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).

Ah, I see that @kuovonne already answered! :crazy_face: