Skip to main content
POST
/
api2
/
v1
/
projects
/
{projectUid}
/
applyTemplate
/
{templateUid}
/
assignProviders
Assigns providers from template
curl --request POST \
  --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/applyTemplate/{templateUid}/assignProviders \
  --header 'Authorization: <api-key>'
{
  "jobs": [
    {
      "continuous": true,
      "dateCreated": "2023-11-07T05:31:56Z",
      "dateDue": "2023-11-07T05:31:56Z",
      "filename": "<string>",
      "imported": true,
      "jobAssignedEmailTemplate": {},
      "notificationIntervalInMinutes": 123,
      "providers": [
        {
          "type": "<string>",
          "id": "<string>",
          "uid": "<string>"
        }
      ],
      "sourceFileUid": "<string>",
      "targetLang": "<string>",
      "uid": "<string>",
      "updateSourceDate": "2023-11-07T05:31:56Z",
      "workflowLevel": 123,
      "workflowStep": {
        "id": "<string>",
        "lqaEnabled": true,
        "name": "<string>",
        "order": 123,
        "uid": "<string>"
      }
    }
  ]
}

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

templateUid
string
required

UID of the template

projectUid
string
required

UID of the project

Response

OK

jobs
object[]

Job parts affected by the operation