Trend endpoint not working

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?

+4
source share
1 answer
+3
source

Source: https://habr.com/ru/post/1622447/


All Articles