Assign a workflow template to the given project.
URL
(PUT) /api/projects/{pid}/settings/workflow?id={id}
PARAMETERS
URL parameters are:
|
pid |
The project id. Use projects/list to find projects and get the project IDs. |
int, Mandatory |
|
id |
The workflow template to assign. Use settings/workflows/list to find templates and get the template IDs and names. Please note that a template is defined for either Codyt or Standard projects. Make sure to pick a template compatible with your project. |
int, Mandatory |
RESULTS
None.