docs(openapi): document style_id, translation_memory_id, and translation_memory_threshold on POST /v2/document#354
Open
lawl-dev wants to merge 1 commit into
Conversation
…ion_memory_threshold on POST /v2/document Reuses the existing TranslationMemoryId and TranslationMemoryThreshold schemas already used by /v2/translate, and adds StyleRule and TranslationMemory request examples alongside the existing Basic and Glossary examples.
Member
|
Could you publish your local branch? We have a Github workflow to automatically convert the YAML openapi spec to JSON but it seems to be failing since it can't find your branch |
Member
|
nit: Could you also update the roadmap and releases page that we've released this new feature? |
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/document