Error when editing name of MDList with 200+ titles

Joined
Jun 5, 2018
Messages
2
Getting:
{
"result": "error",
"errors": [
{
"id": "66ea0c0a-57e0-511f-ac93-2bf035798648",
"status": 400,
"title": "bad_request_http_exception",
"detail": "Request is too big, please send 8kb maximum per request.",
"context": null
}
]
}

When trying to edit an MDList's name with 200+ titles. Seems like the put request is returning the list object that contains all of the titles and that's hitting a limit. Is it necessary to send back the list?
 
Contributor
Joined
Jan 19, 2018
Messages
456
Known issue. Don't know when it will be addressed. Soonest would be with the rollout of the library/list rework.
 

Users who are viewing this thread

Top