-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hello,
yout documentation is very useful.
I'd like to suggest a little fix on MailFolder Response.
The example given contains data[] inside another data[] but I get errors in parsing.
I get it working fine by removing that nested data[], like this:
Instead of:
{ "success": true, "data": [ { "id": "string", "mailAccountId": "string", "name": "string", "unreadCount": 0, "folderType": "string", "data": [ {} ], "uidNext": "string" } ] }
I use:
{ "success": true, "data": [ { "id": "string", "mailAccountId": "string", "name": "string", "unreadCount": 0, "folderType": "string", "uidNext": "string" } ] }
Thankyou.
Carlo
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels