Skip to content

Commit e535b49

Browse files
authored
Apply suggestion from @FaithOmbongi
1 parent 2005a2b commit e535b49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

concepts/change-notifications-lifecycle-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The following steps represent the flow of an authorization challenge for an acti
163163
4. Call *either* of the following two APIs. If the API call succeeds, the change notification flow resumes.
164164

165165
> [!IMPORTANT]
166-
> Don't 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 these requests concurrently or in rapid succession can result in subscription state inconsistencies. If you need to reauthorize and renew a subscription, use a single PATCH request with an updated **expirationDateTime**, which performs both actions in one operation.
166+
> Don't 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 these requests concurrently or in rapid succession can result in subscription state inconsistencies. To reauthorize and renew a subscription in the same request, use a single `PATCH /subscriptions/{id}` request with an updated **expirationDateTime**, which performs both actions in one operation.
167167
168168
- Call the `/reauthorize` action to reauthorize the subscription without extending its expiration date.
169169

0 commit comments

Comments
 (0)