docs(API): raise translation_keys_unmentioned threshold to 100k (SCD-971)#1173
Merged
Merged
Conversation
…971) The upload safety limit MAX_KEYS_IN_PROJECT_BEFORE_UNMENTIONED_ISNT_CALCULATED was raised from 10,000 to 100,000 in strings-app (Phrase-Engineering/strings-app#17853), re-enabling delete_unmentioned_keys for large projects. Update the translation_keys_unmentioned field description on the upload schema to reflect the new threshold and regenerate doc/compiled.json. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
jablan
approved these changes
Jun 11, 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.
Purpose
The upload safety limit
MAX_KEYS_IN_PROJECT_BEFORE_UNMENTIONED_ISNT_CALCULATEDwas raised from10_000to100_000in strings-app (Phrase-Engineering/strings-app#17853), re-enablingdelete_unmentioned_keysfor large projects.This updates the public API docs to match: the
translation_keys_unmentionedfield on theuploadschema previously stated the value is not calculated for uploads with more than 10,000 keys. That threshold is now 100,000 keys.Ticket
https://phrase.atlassian.net/browse/SCD-971
Changes
schemas/upload.yaml— updated thetranslation_keys_unmentioneddescription (10,000 → 100,000 keys)doc/compiled.json— regenerated viamake lint bundleThis is a documentation-only change (field description), so no client library version bump is required. The per-client
clients/*/api/openapi.yamlbundles are git-ignored generated artifacts and are regenerated by the push/generation workflow.🤖 Generated with Claude Code