API Reference//
- Dismiss a suggestion
Get key metrics
Get key metrics configuration
Update key metrics configuration
Get location rankings via GET
Get location rankings via POST
Get location scores via GET
Get location scores via POST
Get suggestions via GET
Get suggestions via POST
Get tasks via GET
Get tasks via POST
Dismiss a task
Undo a task dismissal
Get location IDs for a task type via GET
Get location IDs for a task type via POST
Dismiss a suggestion
Dismisses a suggestion of the given type for the authenticated user so it is no longer shown.
- https://uberall.com/apihttps://uberall.com/api/home/suggestions/dismiss
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/home/suggestions/dismiss
curl -i -X POST \
https://uberall.com/api/home/suggestions/dismiss \
-H 'Content-Type: application/json' \
-d '{
"type": "UPLOAD_VIDEO"
}'Suggestion successfully dismissed
Response
{ "type": "UPLOAD_VIDEO" }