SIP Trunk Registration Flapping After Premium App Config Update

Quick question about the behavior of SIP trunk registration states within a multi-org Premium App environment. Our integration pushes configuration updates via the Platform API endpoint PUT /api/v2/telephony/providers/edges/edgeid/siptrunks/trunkid, specifically modifying the authorization and codec settings. Immediately following a successful 200 OK response, the trunk status in the Admin console oscillates between Registered and Unregistered approximately every 30 seconds. This flapping persists until a manual reset is triggered through the UI. The SDK version is 2023.10.0 and we are observing this across three distinct organizations. Rate limiting headers indicate we are well within the X-RateLimit-Remaining thresholds, so throttling is unlikely the cause. Is there a known race condition in the Telephony service when bulk updating SIP credentials programmatically, or should we be implementing a specific delay between PATCH and POST calls to stabilize the registration handshake?