Suggestions
Users
Business Connections
Businesses
Configuration
Sales Partners
Monitoring
Product Plans
Webhooks
Auto Response
Brand Data Points
Dashboard
Dashboard Exports
Data Point Filters
Data Points
Digital Asset Management
Homepage
Near Me Check
Review Generation
Social AI
Social Posting
Status Check
Store Finder
Templates
Batch Operation
Categories
Collection Management
Content List
Locations Data
Custom Items
Events
Listings
Faq Items
Labels
Location Groups
Menu Items
Persons
Locations Photos
Products
Service Items
Rules Engine
Update the status of all PENDING suggestions that belong to the locations identified by the filter parameters. For non-admin users any non-managed locations will be ignored. Note that rejecting a suggestion does not delete it, and accepting the suggestion won't automatically apply it to the location. The status can only be set to ACCEPTED or DECLINED
Security
X-API-KEY or Authorization
- https://uberall.com/apihttps://uberall.com/api/locations/suggestions/update-all-status
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/locations/suggestions/update-all-status
- X-API-KEY
- Authorization
curl -i -X PUT \
https://uberall.com/api/locations/suggestions/update-all-status \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Successfully updated suggestions
Enum:"SUCCESS""PENDING""QUOTA_LIMIT_EXCEED""NOT_AUTHORIZED""FORBIDDEN""BAD_ACCESS_TOKEN""BAD_PRIVATE_KEY""BAD_PUBLIC_KEY""MISSING_PARAMETER""INVALID_PARAMETER"
Response
{
"status": "SUCCESS",
"message": "string",
"warnings": [
"string"
],
"response": {
"updatedSuggestionsCount": 10
}
}