crowdin / crowdin/crowdin-api-client-ruby
Add support for Pre-Translation Batch Operations
Open
enhancement
good first issue
- Dominant language
- Ruby
- Stars
- 59
- Forks
- 22
- Avg merge
- 1h 11m
- Merged PRs (30d)
- 1
Description
The Crowdin API adds a **Pre-Translation Batch Operations** method: `PATCH /projects/{projectId}/pre-translations`. It accepts a JSON Patch document (RFC 6902) to update multiple pre-translations in one request (e.g. change `status` or `priority`). API client libraries should expose this endpoint so consumers can perform batch updates on pre-translations via the SDK.
**References:**
- [Pre-Translation Batch Operations](https://support.crowdin.com/developer/api/v2/#tag/Translations/operation/api.projects.pre-translations.patchBatch)
Contributor guide
Assessment
This issue has not been assessed yet.