feat(API): add pre_translations resource to API - #1224
Open
Phrase (phrase-bot) wants to merge 2 commits into
Open
feat(API): add pre_translations resource to API#1224Phrase (phrase-bot) wants to merge 2 commits into
Phrase (phrase-bot) wants to merge 2 commits into
Conversation
Contributor
API changelog (oasdiff)Doc-only edits (descriptions, examples) do not appear here. |
Sönke Behrendt (theSoenke)
force-pushed
the
openapi-sync/strings-app-pr-18257
branch
from
July 24, 2026 12:35
baf3171 to
73ec430
Compare
Sönke Behrendt (theSoenke)
force-pushed
the
openapi-sync/strings-app-pr-18257
branch
from
July 24, 2026 12:40
73ec430 to
e6617ec
Compare
Sönke Behrendt (theSoenke)
requested review from
Franca Winter (francawinter) and
Stefan Bruhns (sbruhns)
July 24, 2026 13:07
Sönke Behrendt (theSoenke)
force-pushed
the
openapi-sync/strings-app-pr-18257
branch
from
July 24, 2026 13:26
7acfec1 to
3293c17
Compare
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 was generated by the
openapi-applyagent in response to a/openapi-sync applyrequest onPhrase-Engineering/strings-app#18257.
What changed in the API
readscope andautopilotplan feature.writescope andautopilotplan feature.readscope andautopilotplan feature.Notes for reviewers
operationIdforshowandcreateactions uses the singular form (pre_translation/show,pre_translation/create) consistent with the existing repo convention (e.g.automation/show,upload/create); the proposal used the plural form for all three but only thelistaction takes plural by convention.securityoverride was added to the path files — security is inherited from the root definition inmain.yaml, consistent with all other path files in the repo.npx swagger-cli validate main.yamlpassed cleanly after applying all changes.Opened automatically by the
openapi-applyagent. Review the spec changesagainst the linked strings-app PR; the agent does not vouch for correctness
beyond "the YAML parsed and the documented layout was followed."