Increase the maximum message size in Update task API to more than 250 chars
Calls to the Box Task API with a message size greater than 255 chars throw an error a statusCode 500 error.
The relatively small maximum for message size limits the utility of the API and is not in line with the Box UI that allows a very large message to be input.
API Call details:
url: https://api.box.com/2.0/tasks/task_id
method: PUT
data: "{message: <greater than 255 characters>"}
1
vote
Alan Monier
shared this idea