docs(STRINGS-3241): Document fallback_for_unverified_translations project setting - #1245
Open
Łukasz Ciesielski (lookasc) wants to merge 2 commits into
Conversation
…ject setting Adds the already-implemented project-level fallback_for_unverified_translations setting to the Create/Update Project request bodies and the shared project details response schema (used by Show/Create/Update). The setting was fully wired up in strings-app but missing from the public API reference.
Contributor
API changelog (oasdiff)Doc-only edits (descriptions, examples) do not appear here. |
Copilot started reviewing on behalf of
Łukasz Ciesielski (lookasc)
August 31, 2026 11:44
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Documents the already-live fallback_for_unverified_translations project setting in the OpenAPI spec so API consumers can discover it in the Project schema and use it via Create/Update Project.
Changes:
- Added
fallback_for_unverified_translationsto theproject_detailsresponse schema (including the example payload). - Exposed
fallback_for_unverified_translationsas an optional request parameter on Create Project and Update Project. - Updated the compiled documentation artifact to reflect the spec changes.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| schemas/project_details.yaml | Adds the new project setting to the Project details schema + example. |
| paths/projects/update.yaml | Documents the new optional update parameter for projects. |
| paths/projects/create.yaml | Documents the new optional create parameter for projects. |
| doc/compiled.json | Regenerates compiled docs to include the new field in schema/requests. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Use the description text specified verbatim in STRINGS-3241 instead of a reworded version.
Łukasz Ciesielski (lookasc)
marked this pull request as ready for review
August 31, 2026 11:56
Łukasz Ciesielski (lookasc)
requested a review
from Franca Winter (francawinter)
August 31, 2026 11:58
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.
fallback_for_unverified_translationsproject setting was already live and returned by the API, but customers had no way to discover or use it since it wasn't documented.