create
fun SavedSearches.create(query: String, vararg options: Option): JsonObjectApiAction<SavedSearch>
Content copied to clipboard
Create a new saved search for the authenticated user. A user may only have 25 saved searches.
Receiver
SavedSearches endpoint instance.
Return
JsonObjectApiAction for SavedSearch model.
Parameters
query
The query of the search the user would like to save.
options
Optional. Custom parameters of this request.