Skip to main content
POST
Clone jobs

Authorizations

Authorization
string
header
required

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

projectUid
string
required

Project UID

Body

application/json

Jobs to clone and their target languages

Request to clone the selected jobs, optionally with per-workflow-step settings

jobPartTargetLangs
object[]
required

Jobs to clone, each with the target languages of the clones

assignments
object[]

only use for projects without workflows

due
string<date-time>

only use for projects without workflows

keepSplit
boolean

When true, the split structure of the source jobs is preserved in the clones

notifyProvider
object
workflowSettings
object[]

Per-workflow-step settings; when set, it has to contain an entry for every workflow step

Response

OK

jobs
object[]

Job parts affected by the operation