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?
{
"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?