fixed
Menu Item page_size Fix
2 days ago by William MacReynolds
We've released a fix to limit the number of page_size
results from the /partners/menus/{menu_id}/items endpoint to 150
per page across all versions to function as we've documented in our API spec. In addition to this fix we've also adjusted the default payload from 100
to 20
per page.
If you attempt to GET more than 150
results per page we will return a 422
error to indicate the page_size
value between is invalid.
{
"errors": [
{
"status": 422,
"title": "Invalid Parameter",
"detail": "Page size does not have a valid value",
"source": {
"pointer": "/page_size"
}
}
]
}
If you have any questions, please reach out to our support team at [email protected].