What is the Max Length for Creating a Note via the API?
I'm getting a lot of "MORE_THAN_MAX_LENGTH" errors even when my content is short (e.g. 724 characters). I've been able to add longer notes successfully so I don't know why some notes are not getting created. Any ideas for how to troubleshoot?
Oh, maybe it's the title that's too long? What's the max length allowed for a note title?
Here is the error response I'm getting:
Error - Request failed with status code 400
- {
- "data":
- {
- "errorCode": "MORE_THAN_MAX_LENGTH",
- "moreInfo": "zoho\\x2Dinputstream\\x20More\\x20than\\x20minimum\\x20length"
- },
- "status":
- {
- "code": 400,
- "description": "Invalid Input"
- }
- }