Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
curl 'http://translate5.localdev/editor/task/9015/pretranslation/operation' \
  -X 'PUT' \
  -H 'Connection: keep-alive' \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8' \
  -H 'Cookie: zfExtended=HERE_WILL_BE_YOUR_SESSION_ID_THEN'
  --data-raw 'internalFuzzy=0&pretranslateMatchrate=100&pretranslateTmAndTerm=1&pretranslateMt=1&termtaggerSegment=0&isTaskImport=1&batchQuery=0'

The following used parameters control the analysis and pre-translation behaviour as documented in TODO Plug-In Matchanalysis#Injectedtaskoperationtostarttheanalysisandorpre-translation.

Change other task configuration (

...

TO BE DOCUMENTED)

The following call provides a list of configuration parameters applicable for the newly created task.

...