We started getting this error on the /profiles API a few days ago even though there has been no change to our app.
{
"errors": [
"status": 400,
"code": "invalid",
"title": "Invalid input.",
"detail": "'subscriptions' must be requested via additional-fields in order to be included as a sparse fieldset",
"source": {
"parameter": "additional-fields"
}
]
}This was not previously required and is not documented at all. Even worse is that it was changed for previous versions of the API, which defeats the purpose of having versions in the first place.
Tagging a “community manager” just to hopefully get some attention on this (

