Open brianmueller opened 4 years ago
I'm able to update a record using curl -X PUT with a 34KB JSON file, but as soon as the file hits 35KB, I see: {"message":"JSON body is too large. Should be less than 50KB"}. Am I doing something wrong, or is this a bug?
curl -X PUT
{"message":"JSON body is too large. Should be less than 50KB"}
Thanks in advance!
Any updates on the limit?
I'm able to update a record using
curl -X PUT
with a 34KB JSON file, but as soon as the file hits 35KB, I see:{"message":"JSON body is too large. Should be less than 50KB"}
. Am I doing something wrong, or is this a bug?Thanks in advance!