Skip to main content
Solved

PATCH maximum of 10

  • January 14, 2021
  • 3 replies
  • 33 views

Oli_Steadman
Forum|alt.badge.img+16

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

Best answer by kuovonne

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.

3 replies

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • 6009 replies
  • Answer
  • January 14, 2021

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.


ScottWorld
Forum|alt.badge.img+35
  • Genius
  • 9808 replies
  • January 14, 2021

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


ScottWorld
Forum|alt.badge.img+35
  • Genius
  • 9808 replies
  • January 14, 2021

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