Skip to content

[ENG-3723] feat: add resubscribeInstallation operation - #406

Draft
jlimatampersand wants to merge 1 commit into
mainfrom
jlim/eng-3723-resubscribe-endpoint
Draft

jlimatampersand wants to merge 1 commit into
mainfrom
jlim/eng-3723-resubscribe-endpoint

Conversation

@jlimatampersand

Copy link
Copy Markdown
Contributor

What this PR does

Adds the :resubscribe operation, which restarts subscribe setup for an installation after the consumer reauthenticates.

The work runs asynchronously and the response carries no body — callers follow it through the installation's operations. A no-op still returns 200, so the React library can call it after every reauthentication without inspecting subscription state first.

Needs to merge before the React client can be regenerated. Server side is amp-labs/server#7297.

Restarts subscription setup for an installation whose subscription never
finished setting up, typically after the consumer reauthenticated and repaired
the credential that broke it.

The work runs asynchronously and the response carries no body; callers follow it
through the installation's operations. A no-op still returns 200, so the React
library can call this after every reauthentication without inspecting state
first.

Server side is amp-labs/server#7297.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@linear

linear Bot commented Sep 12, 2026

Copy link
Copy Markdown

ENG-3723

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant