docs(openapi): document style_id, translation_memory_id, and translation_memory_threshold on POST /v2/document#363
Open
lawl-dev wants to merge 1 commit into
Open
Conversation
3 tasks
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
…ion_memory_threshold on POST /v2/document Bring document translation in line with text translation by documenting the new style_id, translation_memory_id, and translation_memory_threshold parameters on POST /v2/document, regenerating openapi.json, and adding a changelog entry.
3bb6721 to
a050f2f
Compare
| - The Ruby client library [`deepl-rb`](https://github.com/DeepLcom/deepl-rb) v3.8.0 now accepts an `additional_headers` argument on `translate` calls, so you can send `X-DeepL-Reporting-Tag` for usage reporting. | ||
| - See [Sending Custom Reporting Tags with Client Libraries](/docs/learning-how-tos/cookbook/sending-custom-reporting-tags-from-client-libraries) for the updated Ruby snippet. | ||
|
|
||
| ## May 26 - Style Rules and Translation Memories for Document Translation |
Member
There was a problem hiding this comment.
The date needs to be updated again
Member
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
style_id,translation_memory_id, andtranslation_memory_thresholdas multipart form fields onPOST /v2/document, matching the parameters already exposed onPOST /v2/translate.translation_memory_idandtranslation_memory_thresholdreuse the existing component schemas;style_idis described inline (nomodel_typeinteraction note, since/v2/documentdoes not exposemodel_type).StyleRuleandTranslationMemoryexamples to the request body, alongside the existingBasicandGlossaryexamples.Test plan
mint broken-linkspassesmint broken-links --check-anchorspassesPOST /v2/documentSupersedes #354 (re-opened from an in-repo branch so the OpenAPI JSON auto-conversion workflow can run). Do not merge until the feature gate is tested and enabled on prod.