← All breaking-change reports

Twilio API breaking change: param-removed on GET /v2/Attempts/Summary query:ServiceSid

twilio · breaking · upstream source

What changed

According to the OpenAPI spec diff (twilio/twilio-verify-1.30.0-to-1.40.0), the following surface changed:

param-removed: GET /v2/Attempts/Summary query:ServiceSid

Who is affected

Codebases that call the Twilio API surface named above.

To find out whether your repo is hit — file and line number, no code leaving your machine:

npx mendapi scan --repo .

How to fix it

mendapi ships a deterministic migration pack for this change (twilio-verify-attempts-summary-servicesid). Preview the patch locally (dry-run is the default; nothing is modified without --apply):

npx mendapi fix --repo . --migration twilio-verify-attempts-summary-servicesid

The pack is idempotent, gold-regression tested, and safe on partially migrated code.

Detected and tracked by mendapi — Dependabot for every API you depend on. Scans run locally; your code never leaves your machine.

Related

Pre-release. Change data is recorded from upstream provider releases, changelogs and OpenAPI spec diffs; every article links its source.