[x] I have checked that the SDK documentation doesn't solve my issue.
[x] I have checked that the API documentation doesn't solve my issue.
[x] I have searched the Box Developer Forums and my issue isn't already reported (or if it has been reported, I have attached a link to it, for reference).
[x] I have searched Issues in this repo and my issue isn't already reported.
Description of the Issue
Get bad request when calling await boxClient.FoldersManager.GetFolderItemsAsync("0", limit: 1000, offset: 0, fields: ......, sort: "date", direction: BoxSortDirection.DESC);
Error Message, Including Stack Trace
"Error converting value "date" to type 'Box.V2.Models.BoxSortBy'.Path 'order[1].by', line 1, position 22453."
but it mentions here that it accept the "date" value.
Description of the Issue
Get bad request when calling await boxClient.FoldersManager.GetFolderItemsAsync("0", limit: 1000, offset: 0, fields: ......, sort: "date", direction: BoxSortDirection.DESC);
Error Message, Including Stack Trace
"Error converting value "date" to type 'Box.V2.Models.BoxSortBy'.Path 'order[1].by', line 1, position 22453."
but it mentions here that it accept the "date" value.