docs: update for windmill#9073#1388
Draft
claude[bot] wants to merge 1 commit intomainfrom
Draft
Conversation
The windmill backend now accepts wm_status_code, wm_content_type, and wm_headers as aliases for the existing windmill_* keys (windmill#9073). Update the webhooks and HTTP routing docs to use the shorter prefix as the primary form, keeping the longer alias as a callout for existing users. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Deploying windmilldocs with
|
| Latest commit: |
aca423b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2f9241f2.windmilldocs.pages.dev |
| Branch Preview URL: | https://docs-update-for-windmill-pr-1mej.windmilldocs.pages.dev |
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.
Documents the new
wm_*aliases (wm_status_code,wm_content_type,wm_headers) for the existingwindmill_*response keys consumed by the sync run jobs / HTTP routing handlers.Source PR: windmill-labs/windmill#9073
Changes
docs/core_concepts/4_webhooks/index.mdx— switch the three "Custom response code / content type / headers" sections to use the shortwm_*form as the primary spelling, with the longerwindmill_*form retained as an alias.docs/core_concepts/39_http_routing/index.mdx— update the CORS-override snippet that points atwindmill_headersto usewm_headers(and link the alias).The new
wm_failurefield that the source PR also introduces is intentionally out of scope here — the source PR comment requested only the alias documentation.🤖 Generated with Claude Code