feat(API): add machine translation settings and locale provider mapping endpoints #STRINGS-2977 - #1252
Open
Phrase (phrase-bot) wants to merge 2 commits into
Open
feat(API): add machine translation settings and locale provider mapping endpoints #STRINGS-2977#1252Phrase (phrase-bot) wants to merge 2 commits into
Phrase (phrase-bot) wants to merge 2 commits into
Conversation
…ng endpoints #STRINGS-2977
Contributor
API changelog (oasdiff)Doc-only edits (descriptions, examples) do not appear here. |
application/x-www-form-urlencoded bodies duplicated the application/json schema without a title, which made openapi-generator emit ambiguous "...Request1" model names inconsistently between the Java and TypeScript generators, breaking both builds. Match the repo convention of a single application/json body with an explicit title.
jablan
approved these changes
Sep 3, 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.
This PR was generated by the
openapi-applyagent in response to a/openapi-sync applyrequest onPhrase-Engineering/strings-app#18571.
What changed in the API
default_service).source_locale_code,target_locale_code,service); rejects duplicates for the same locale pair.source_locale_code+target_locale_codequery parameters (no ID in the path).Source
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."