Update check
documentedUpdate an existing Pingdom check.
PUT /checks/{check_id}Checksno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.pingdom.com/api/3.1/checks/{{$check_id}}" \
-X PUT \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "App-Key: {{PINGDOM_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"name": "{{$name}}", "host": "{{$host}}", "url": "{{$url}}", "type": "{{$type}}", "paused": {{$paused}}, "resolution": {{$resolution}}, "tags": {{$tags}}}'