Update heartbeat check
documentedUpdate a heartbeat check with the given parameters.
PUT /v1/heartbeat/{test_id}Heartbeatno 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.statuscake.com/v1/heartbeat/{{$test_id}}" \
-X PUT \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-d "name={{$name}}&period={{$period}}&contact_groups={{$contact_groups}}&host={{$host}}&paused={{$paused}}&tags={{$tags}}"