PUT
/
api2
/
v2
/
projectTemplates
/
{projectTemplateUid}
Edit project template
curl --request PUT \
  --url https://cloud.memsource.com/web/api2/v2/projectTemplates/{projectTemplateUid} \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "templateName": "<string>",
  "sourceLang": "<string>",
  "targetLangs": [
    "<string>"
  ],
  "useDynamicTitle": true,
  "dynamicTitle": "<string>",
  "notifyProvider": {
    "organizationEmailTemplate": {
      "id": "<string>"
    },
    "notificationIntervalInMinutes": 720
  },
  "workFlowSettings": [
    {
      "workflowStep": {
        "id": "<string>"
      },
      "assignedTo": [
        {
          "targetLang": "<string>",
          "providers": [
            {
              "type": "<string>",
              "id": "<string>"
            }
          ]
        }
      ],
      "notifyProvider": {
        "organizationEmailTemplate": {
          "id": "<string>"
        },
        "notificationIntervalInMinutes": 720
      },
      "lqaProfile": {
        "uid": "<string>"
      }
    }
  ],
  "projectWorkflowSettings": {
    "completeUnassigned": true,
    "propagateTranslationsToLowerWfDuringUpdateSource": true
  },
  "client": {
    "id": "<string>"
  },
  "costCenter": {
    "id": "<string>"
  },
  "businessUnit": {
    "id": "<string>"
  },
  "domain": {
    "id": "<string>"
  },
  "subDomain": {
    "id": "<string>"
  },
  "vendor": {
    "id": "<string>"
  },
  "importSettings": {
    "uid": "<string>"
  },
  "note": "<string>",
  "owner": {
    "id": "<string>"
  },
  "fileHandover": true,
  "assignedTo": [
    {
      "targetLang": "<string>",
      "providers": [
        {
          "type": "<string>",
          "id": "<string>"
        }
      ]
    }
  ]
}'
{
  "id": "<string>",
  "uid": "<string>",
  "templateName": "<string>",
  "name": "<string>",
  "sourceLang": "<string>",
  "targetLangs": [
    "<string>"
  ],
  "note": "<string>",
  "useDynamicTitle": true,
  "dynamicTitle": "<string>",
  "owner": {
    "firstName": "<string>",
    "lastName": "<string>",
    "userName": "<string>",
    "email": "<string>",
    "role": "SYS_ADMIN",
    "id": "<string>",
    "uid": "<string>"
  },
  "client": {
    "id": "<string>",
    "uid": "<string>",
    "name": "<string>"
  },
  "domain": {
    "name": "<string>",
    "id": "<string>",
    "uid": "<string>"
  },
  "subDomain": {
    "name": "<string>",
    "id": "<string>",
    "uid": "<string>"
  },
  "vendor": {
    "id": "<string>",
    "uid": "<string>",
    "name": "<string>"
  },
  "createdBy": {
    "firstName": "<string>",
    "lastName": "<string>",
    "userName": "<string>",
    "email": "<string>",
    "role": "SYS_ADMIN",
    "id": "<string>",
    "uid": "<string>"
  },
  "dateCreated": "2023-11-07T05:31:56Z",
  "modifiedBy": {
    "firstName": "<string>",
    "lastName": "<string>",
    "userName": "<string>",
    "email": "<string>",
    "role": "SYS_ADMIN",
    "id": "<string>",
    "uid": "<string>"
  },
  "dateModified": "{ \"epochSeconds\": 1624619701, \"nano\": 0 }",
  "dateTimeModified": "2023-11-07T05:31:56Z",
  "workflowSteps": [
    {
      "id": "<string>",
      "uid": "<string>",
      "name": "<string>",
      "abbr": "<string>",
      "order": 123,
      "lqaEnabled": true
    }
  ],
  "workflowSettings": [
    {
      "workflowStep": {
        "name": "<string>",
        "id": "<string>",
        "uid": "<string>",
        "order": 123,
        "lqaEnabled": true
      },
      "assignedTo": [
        {
          "targetLang": "<string>",
          "providers": [
            {
              "type": "<string>",
              "id": "<string>",
              "uid": "<string>"
            }
          ]
        }
      ],
      "notifyProvider": {
        "organizationEmailTemplate": {},
        "notificationIntervalInMinutes": 720
      },
      "lqaProfile": {
        "uid": "<string>"
      }
    }
  ],
  "projectWorkflowSettings": {
    "completeUnassigned": true,
    "propagateTranslationsToLowerWfDuringUpdateSource": true
  },
  "businessUnit": {
    "name": "<string>",
    "id": "<string>",
    "uid": "<string>"
  },
  "notifyProviders": {
    "organizationEmailTemplate": {},
    "notificationIntervalInMinutes": 720
  },
  "assignedTo": [
    {
      "targetLang": "<string>",
      "providers": [
        {
          "type": "<string>",
          "id": "<string>",
          "uid": "<string>"
        }
      ]
    }
  ],
  "importSettings": {
    "uid": "<string>"
  }
}

Path Parameters

projectTemplateUid
string
required

Body

application/json

Response

200
application/json

Edited

The response is of type object.