Assigns providers from template
Assigns the providers configured in the template’s workflow steps to the project’s jobs. The project does not need to have been created from this template via the API — a template is applicable to a project when the number of workflow steps configured on the template equals the number of workflow steps on the project (step types/order are not compared). This is commonly needed after creating a project from a template via the API (applyTemplate), since — unlike the UI — those API calls do not assign providers automatically.
Jobs that will be skipped:
- jobs in Assigned status
- jobs that already has assignments
- jobs that are not ready yet (import or update source is in progress)
Authorizations
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Path Parameters
UID of the template
UID of the project
Response
OK
Job parts affected by the operation