Create a new saved search. POST to http://www.opencaching.com/api/saved_search.
name - Required
search_string - Required
Update an existing saved search. POST to http://www.opencaching.com/api/saved_search/12345
where 12345 is the search_id for the search to update.
delete - Can be used to delete
the saved search
String
Name to describe the saved search.
String
The search string that defines the saved search. For
example if you want to find all the Traditional Caches that
are in a certain bounding box you can use
"bbox=37.2814,-96.3997,40.879,-92.5161&type=Traditional
Cache" for the search string. See the GET
Geocache API for a full list of the parameters that can
be used.
true/false
Set to true if the user wants to get an email notification
when a new cache is published that matches the saved search.
true - Only available when updating a saved search
This can be set when updating a saved search to delete the
search. Be careful as this can not be reversed.