Document new /restate/ ingress endpoints (#288)#305
Open
tillrohrmann wants to merge 2 commits into
Open
Conversation
Document the new versioned ingress endpoints introduced in v1.7 and migrate all examples and code snippets to use them. - Rewrite the HTTP ingress reference page: /restate/call and /restate/send URL structure, a new Scopes section (experimental vqueues), and the new attach/output/lookup API (by invocation id and by target). Limit-key is omitted as it is enterprise-only. - Globally rewrite unversioned localhost:8080/Service[/key]/handler[/send] examples site-wide to /restate/call/... and /restate/send/..., preserving keys and query parameters. - Convert old /restate/invocation/... and /restate/workflow/... attach examples to the new GET/POST /restate/attach|output and /restate/lookup. - Update prose that described the old "/send suffix" pattern. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The Sending messages section linked to #invocation-identifier, #cancelling-invocations, and #killing-invocations, none of which exist on the page. Point them to the corresponding sections on the managing invocations page, matching the convention used elsewhere in the docs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
gvdongen
approved these changes
Jun 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Document the new versioned ingress endpoints introduced in v1.7 and
migrate all examples and code snippets to use them.
URL structure, a new Scopes section (experimental vqueues), and the new
attach/output/lookup API (by invocation id and by target). Limit-key is
omitted as it is enterprise-only.
examples site-wide to /restate/call/... and /restate/send/..., preserving
keys and query parameters.
examples to the new GET/POST /restate/attach|output and /restate/lookup.
This fixes #288.