Skip to content

Commit d329c85

Browse files
authored
Clarify reauthorization and update request guidelines
Added important note about reauthorization and update requests timing to avoid subscription state inconsistencies.
1 parent 6d13aae commit d329c85

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

concepts/change-notifications-lifecycle-events.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@ The following steps represent the flow of an authorization challenge for an acti
191191
192192
You might retry these actions later, at any time, and succeed if the conditions of access change.
193193
194+
> [!IMPORTANT]
195+
> Do not issue a reauthorize request (`POST /subscriptions/{id}/reauthorize`) and an update request (`PATCH /subscriptions/{id}`) for the same subscription within a 10-minute window. Sending both requests concurrently or in rapid succession can result in subscription state inconsistencies. If you need to both reauthorize and renew a subscription, use a single `PATCH` request with an updated `expirationDateTime`, which reauthorizes and renews the subscription in one operation.
196+
194197
### Additional information
195198
196199
- Authorization challenges don't replace the need to renew a subscription before it expires.

0 commit comments

Comments
 (0)