Hi
Cursor pagination for /api/v2/locales.json api was working fine for us till 25th September.
In last week, when we triggered our application, GET call to https://<subdomain>.zendesk.com/api/v2/locales.json?page[size]=100 api started failing with following error
{
"error": {
"title": "Invalid attribute",
"message": "You passed an invalid value for the page attribute. Invalid parameter: page must be an integer from api/v2/locales/index"
}
}
Is there any change recently introduced in /api/v2/locales.json api which is causing this issue?
Thanks in advance