You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2023. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: