Skip to content

Dismiss a suggestion

Request

Dismisses a suggestion of the given type for the authenticated user so it is no longer shown.

Bodyapplication/jsonrequired
typestringrequired
Enum:"UPLOAD_VIDEO""CONNECT_FACEBOOK_BUSINESS""APPLE_BUSINESS_CONNECT""ENABLE_MESSAGES""ENABLE_FACEBOOK_MESSENGER""ENABLE_CONTACT_FORM""CONNECT_INSTAGRAM_BUSINESS""CREATE_FIRST_LOCATOR""ADD_CONTENT_COLLECTION""ASSIGN_LABELS_TO_LOCATION"
curl -i -X POST \
  https://uberall.com/api/home/suggestions/dismiss \
  -H 'Content-Type: application/json' \
  -d '{
    "type": "UPLOAD_VIDEO"
  }'

Responses

Suggestion successfully dismissed

Bodyapplication/json
typestringrequired

Type of the dismissed suggestion

Enum:"UPLOAD_VIDEO""CONNECT_FACEBOOK_BUSINESS""APPLE_BUSINESS_CONNECT""ENABLE_MESSAGES""ENABLE_FACEBOOK_MESSENGER""ENABLE_CONTACT_FORM""CONNECT_INSTAGRAM_BUSINESS""CREATE_FIRST_LOCATOR""ADD_CONTENT_COLLECTION""ASSIGN_LABELS_TO_LOCATION"
Response
{ "type": "UPLOAD_VIDEO" }