Update pagespeed check
documentedUpdate a pagespeed check with the given parameters.
PUT /v1/pagespeed/{test_id}Pagespeedno 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/pagespeed/{{$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}}&website_url={{$website_url}}&check_rate={{$check_rate}}&alert_bigger={{$alert_bigger}}&alert_slower={{$alert_slower}}&alert_smaller={{$alert_smaller}}&contact_groups={{$contact_groups}}&paused={{$paused}}®ion={{$region}}'