Help

Invalid_records

Topic Labels: API
802 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Dmitry_Kosarev
4 - Data Explorer
4 - Data Explorer

I’m trying to submit a request from an external database to add records and an error comes out. Tell me, is there any way to remove the restriction?

{“error”:{“type”:“INVALID_RECORDS”,“message”:“A maximum of 10 records can be created per request but you have provided 32.”}}

1 Reply 1

Like it says, you can only create up to 10 records per request. You’ll have to programmatically adjust it on your end to do it in batches of 10 or less.