cURL
curl --request PUT \ --url https://api.example.com/api/JobPosting/Search/{ssid} \ --header 'Content-Type: application/json' \ --data ' { "jobType": [ "<string>" ], "owner": [ "<string>" ], "status": [ 123 ], "timeRange": "<string>" } '
{ "value": 123 }
Updates parameters of existing saved search.
OK
Was this page helpful?