Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

This method update the workflow definition for a Codyt project.


URL

(PUT) projects/{projectid}/workflow

PARAMETERS

HTTP BODY:

 

Token

The token obtained on connection

Required

projectid

The project.

Required

TransAllocMode

The allocation mode for translation step. See ProjectWorkflow for values.

Optional

TransHours

The number of hours needed for translation.

Optional

TransWordsPerDay

The number of word translated by day

Optional

RevisionAllocMode

The allocation mode for revision step. See ProjectWorkflow for values.

Optional

RevisionHours

The number of hours needed for revision step.

Optional

RevisionWordsPerDay

The number of word revised by day

Optional

ApprovalAllocMode

The allocation mode for approval step. See ProjectWorkflow for values.

Optional

ApprovalHours

The number of hours needed for apporval step.

Optional

ApprovalWordsPerDay

The number of word approved by day

Optional


RESULTS

None.





  • No labels