docs: sync accesses delete description with current spec#538
Merged
Conversation
louis-sanna-dev
approved these changes
May 21, 2026
Contributor
|
(this would be amazing to get rid of the persistent edit) |
The persistent-edits baseline in .speakeasy/gen.lock anchors this paragraph to text that the upstream OpenAPI spec has since updated (typo fix and deprecation warning). Every speakeasy run produces a 3-way merge conflict on this single line, blocking the entire mistralai-sdk gen workflow. Updating the file in-tree re-anchors the persistent edit so the next gen run can proceed cleanly and produce a normal regen PR with the accumulated spec changes.
c104275 to
2389b3b
Compare
This was referenced May 21, 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.
Summary
Every
speakeasy run -t mistralai-sdkproduces a 3-way merge conflict ondocs/sdks/accesses/README.md:The persistent-edits baseline in
.speakeasy/gen.lockis anchored to text that the upstream OpenAPI spec updated months ago (typo fixits own→their ownplus a deprecation warning about the response code changing from 200 to 204).This blocks the entire mistralai-sdk gen workflow.
Fix
Update the file in-tree to match the current spec text. This re-anchors the persistent edit so the next gen run completes cleanly.
The exact same text change was in the abandoned regen PR #522 (May 12, the incident date).
Validation
Reproduced locally: with this change applied,
speakeasy run -t mistralai-sdkcompletes successfully and re-anchorspristine_commit_hashin gen.lock.What comes next
After merging, the next workflow_dispatch on
sdk_generation_mistralai_sdk.yamlwill produce a normal regen PR with the accumulated spec changes since the last successful run. That PR goes through standard review → merge → publish env gate → release flow.