Sign in

Update SSL check

documented

Update an SSL check with the given parameters.

PUT /v1/ssl/{test_id}SSLno implementation yet0 runs
No 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/ssl/{{$test_id}}" \
  -X PUT \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d "website_url={{$website_url}}&check_rate={{$check_rate}}&alert_at[]={{$alert_at1}}&alert_at[]={{$alert_at2}}&alert_at[]={{$alert_at3}}&alert_broken={{$alert_broken}}&alert_expiry={{$alert_expiry}}&alert_mixed={{$alert_mixed}}&alert_reminder={{$alert_reminder}}&contact_groups[]={{$contact_group1}}&contact_groups[]={{$contact_group2}}&follow_redirects={{$follow_redirects}}&hostname={{$hostname}}&paused={{$paused}}&user_agent={{$user_agent}}"