Twilio API breaking change: request-prop-removed on POST /v1/LinkShortening/Domains/{DomainSid}/Config MessagingServiceSidsAction
What changed
According to the OpenAPI spec diff (twilio/twilio-messaging-1.40.0-to-1.49.0), the following surface changed:
request-prop-removed: POST /v1/LinkShortening/Domains/{DomainSid}/Config MessagingServiceSidsAction
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 sync # the one network call: fetch the change feed npx mendapi scan --repo . # local scan, nothing leaves your machine
How to fix it
mendapi ships a deterministic migration pack for this change (twilio-linkshortening-messagingservicesids-removal). Preview the patch locally (dry-run is the default; nothing is modified without --apply):
npx mendapi fix --repo . --migration twilio-linkshortening-messagingservicesids-removal
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
- twilio breaking-change guide — every tracked twilio entry on one page, with fixability verdicts.
- 20 Twilio spec pairs: 358 findings from one engine, 142 from ours, and every disagreement named — the long-form methodology report behind this provider's tracked changes.
- All monitored providers — live change counts for twilio and 19 others.
- Migration pack catalog — every deterministic fix mendapi ships.
- Getting started — scan your repo in 30 seconds, no code leaves your machine.
Change data is recorded from upstream provider releases, changelogs and OpenAPI spec diffs; every article names its source.