This is more like a bug report than a question. I noticed that the trend endpoint is returning this error:
{
meta: {
code: 400,
errorType: "param_error",
errorDetail: "Value trending is invalid for venue id",
requestId: "56869f2c498ebe6aa0f8428d"
},
notifications: [{
type: "notificationTray",
item: {
unreadCount: 1
}
}],
response: { }
}
It seems that the trending keyword is being treated as an identifier. You can easily check this using the API Explorer .
Does anyone else have this kind of behavior or am I just doing something wrong?
source
share