This method update the workflow definition for a Codyt project.
URL
(PUT) projects/{projectid}/workflow
PARAMETERS
|
Token |
The token obtained on connection |
Required |
|
projectid |
The project. |
Required |
|
HTTP BODY: |
_ |
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.