# Suggestions Locations Hub - Locations - Suggestions ## Update all suggestions status - [PUT /locations/suggestions/update-all-status](https://docs.uberall.com/apis/swagger/suggestions/put_locations_suggestions_update_all_status.md): 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 ## Get suggestions - [GET /locations/{id}/suggestions](https://docs.uberall.com/apis/swagger/suggestions/get_locations_id_suggestions.md): Get location suggestions given a search data ## Update suggestions - [PUT /locations/{id}/suggestions](https://docs.uberall.com/apis/swagger/suggestions/put_locations_id_suggestions.md): Update the given suggestion object, used to track the status of incoming suggestions. Note that rejecting a suggestion does not delete it, and accepting the suggestion won't automatically apply it to the location. ## Get Location Suggestions - [GET /locations/suggestions](https://docs.uberall.com/apis/swagger/suggestions/get_locations_suggestions.md): Get a list of suggestions for all locations managed by the logged user