Skip to main content
PUT
/
api
/
Users
/
Me
/
SavedSearches
/
Settings
Update Saved Search Settings for current User.
curl --request PUT \
  --url https://api.example.com/api/Users/Me/SavedSearches/Settings \
  --header 'Content-Type: application/json' \
  --data '
{
  "userID": 123,
  "dailySummary": true,
  "time": 123
}
'

Body

application/json
userID
integer<int32>
dailySummary
boolean
time
integer<int32>

Response

200

OK