[Docs Site] Update pinned api-schemas commit#3
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
…3dc99883bb292e5fef6
Author
|
Hey there, we've marked this pull request as stale because there's no recent activity on it. This label is helps us identify PRs that might need updates (or to be closed out by our team if no longer relevant). |
ack-cf
pushed a commit
that referenced
this pull request
Apr 30, 2026
* [Workers] Add Builds API guide with workflow examples - Document required permissions (Workers Builds Configuration + Workers Scripts Read) - Explain Worker tag vs Worker name (external_script_id) distinction - Add complete workflow: get Worker tag → get trigger UUID → work with builds - Include production vs preview trigger setup with environment variables - Add redeploy script example for refreshing build-time data - Add end-to-end setup example from GitHub repo connection to first build - Add troubleshooting section for common errors * [Workers] Address bonk review feedback - Remove editorial tone about API docs (line 37) - Simplify troubleshooting section, link to dedicated troubleshoot page - Replace ofetch with built-in fetch in redeploy example * [Workers] Improve Builds API reference clarity and structure - Clarify user-scoped token requirement and link to build token docs - Update Worker tags section title to include external_script_id - Rewrite trigger explanation with production/preview context - Revert to ASCII diagrams for workflow overview - Restructure Examples section with diagrams for each use case - Add multiple sources for obtaining build_uuid - Fix anchor links and API reference URLs * 3 ASCII diagrams converted to Mermaid. Co-authored-by: yomna-shousha <yomna-shousha@users.noreply.github.com> * [Workers] Fix broken anchor link to trigger section - Fix anchor link (#3-understand-triggers → #3-what-is-a-trigger) * Fixed 3 Mermaid diagrams: fields, style Co-authored-by: yomna-shousha <yomna-shousha@users.noreply.github.com> * [Workers] Standardize redeploy example to curl, add SVG workflow diagrams * [Workers] Address Greg's review comments on Builds API reference --------- Co-authored-by: ask-bonk[bot] <ask-bonk[bot]@users.noreply.github.com> Co-authored-by: yomna-shousha <yomna-shousha@users.noreply.github.com>
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.
This PR updates the api-schemas commit reference to the latest version (af0bb859292ad49f92d633dc99883bb292e5fef6).