Skip to content

feat: add TM Segment Batch Operations support - #278

Merged
andrii-bodnar merged 1 commit into
masterfrom
feature/issue-272
Sep 1, 2026
Merged

feat: add TM Segment Batch Operations support#278
andrii-bodnar merged 1 commit into
masterfrom
feature/issue-272

Conversation

@innomaxx

@innomaxx innomaxx commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

Closes #272

Add batchOperations() to TranslationMemoryApi to support the
PATCH /tms/{tmId}/segments endpoint (api.tms.segments.patchBatch),
allowing add/remove/replace JSON Patch operations on TM segments
and their records in a single request.
@innomaxx innomaxx self-assigned this Sep 1, 2026
@codecov

codecov Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.88%. Comparing base (1ab4a20) to head (334ee19).

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #278      +/-   ##
============================================
+ Coverage     93.87%   93.88%   +0.02%     
- Complexity     2062     2063       +1     
============================================
  Files           186      186              
  Lines          5590     5601      +11     
============================================
+ Hits           5247     5258      +11     
  Misses          343      343              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@andrii-bodnar
andrii-bodnar merged commit 08a8ea1 into master Sep 1, 2026
8 checks passed
@andrii-bodnar
andrii-bodnar deleted the feature/issue-272 branch September 1, 2026 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for TM Segment Batch Operations

2 participants