docs(platform-api): Breaking Changes for PR #701 — auth + UUID + field validation - #718
Merged
Conversation
…ation Updates docs/api-protocol/platform-api.md: - Add ## Breaking Changes section with full before/after table for PR #701 (PATCH wsAuth, templates AdminAuth, UUID validation, field length/char limits) - PATCH /workspaces/:id row: add WorkspaceAuth note + validation details - GET /templates: add AdminAuth note - GET /org/templates: add row with AdminAuth note - Migration steps for E2E scripts and automation callers Source PR: #701 (SHA 6321213) — fix(security): input validation, route auth, UUID safety Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
molecule-ai Bot
added a commit
that referenced
this pull request
Apr 21, 2026
docs(platform-api): Breaking Changes for PR #701 — auth + UUID + field validation
HongmingWang-Rabbit
pushed a commit
that referenced
this pull request
Jun 12, 2026
) Adds the required Tier 2g directive comments to 4 workflow jobs that emit commit-status contexts on pull_request but lacked a bp-directive: - e2e-peer-visibility.yml / pr-validate # bp-required: pending #1296 — intentionally not yet in branch protection (sibling peer-visibility-local already carries this; pr-validate was missed). - ci-arm64-advisory.yml / fast-checks # bp-exempt: advisory arm64 pilot, non-gating by design (internal#418). - sync-providers-yaml.yml / compare # bp-required: pending #718 — soak-then-promote, not in BP yet. - verify-providers-gen.yml / verify # bp-required: pending #718 — soak-then-promote, not in BP yet. All directives are placed within the 3-line lint window above the job key so lint-required-context-exists-in-bp (Tier 2g) can see them. Closes Task #77 / internal#802. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.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.
Summary
Updates
docs/api-protocol/platform-api.mdto document the breaking auth and validation changes from PR #701.Changes
New
## Breaking ChangessectionAdded before
## Core Endpoints. Contains:name,role,model,runtimeEndpoint row updates
PATCH /workspaces/:id— description updated to note WorkspaceAuth required + validation constraints + UUID requirement; links to the new Breaking Changes sectionGET /templates— AdminAuth note addedGET /org/templates— row added with AdminAuth note (was not present in the table)Source PR
PR #701 (SHA
63212130) — fix(security): input validation, route auth, UUID safetyPaired public docs PR: Molecule-AI/docs branch
docs/fix-auth-701