DEVORTEX-6305: Document jobUids filter on content-assignments account endpoint - #337
Merged
Jackalx merged 2 commits intoSep 15, 2026
Merged
Conversation
…endpoint
GET /vendors-api/v2/accounts/{accountUid}/content-assignments now
accepts an optional jobUids query parameter (max 200) to filter
results to a bounded set of translation jobs, added to fix an
oversized-response failure for large accounts.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
|
Review summary — jobUids filter documentation This accurately documents the account-endpoint
No action needed on the agency endpoint — confirmed it was never part of this public spec, consistent with this PR's own description, and DEVORTEX-6305 doesn't ask for it either. |
maescomua
approved these changes
Sep 14, 2026
Jackalx
deleted the
devortex-6305-document-content-assignments-jobuids-filter
branch
September 15, 2026 11:54
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
jobUidsquery parameter (array of strings,maxItems: 200) toGET /vendors-api/v2/accounts/{accountUid}/content-assignmentsin the OpenAPI spec.vendors-servicechange in Smartling/vendors-service#731, which added this filter to fix an oversized-response failure (~7.5MB unfiltered payload) for large accounts./vendors-api/v2/agencies/{agencyUid}/content-assignments) and Smartling LS content-assignments endpoints also gained the same filter in the linked PR, but neither is present in this public spec today — nothing to update there.Test plan
npm test(swagger-repo validate) — confirmed the same 16 pre-existing validation errors appear identically onmasterbefore this change (unrelated endpoints:accounts-api/v2/.../projects,files-api/v2/.../file/import,MTTranslateItemRequest); this change introduces zero new validation errors.npm run build— bundles successfully; verifiedjobUidsappears correctly in the generatedweb_deploy/swagger.jsonforgetContentAssignmentsByAccount.Jira: https://smartling.atlassian.net/browse/DEVORTEX-6305