Provides a method to fix the markup of a translated text.
This method allows to fix texts independently of a segment.
URL
(POST) /resources/segments/actions/fixmarkuptext
PARAMETERS
The parameters are a JSON object included in the request body:
|
txts |
The source text |
Mandatory |
|
txtt |
The target text. |
Mandatory |
|
locales |
The source language. |
Mandatory |
|
localet |
The target language |
Mandatory |
RESULTS
A JSON with these properties:
|
correction |
The corrected text. Null if no correction applied. |
string? |
EXAMPLE
-