API Documentation
- Analysis
- Bilingual File
- Connector
- Conversations
- Job
- Project
- POSTCreate projectdeprecated
- POSTCreate project from template (async)
- POSTCreate project from template
- PUTEdit project
- GETGet access and security settings
- PUTEdit access and security settings
- GETList analyses by projectdeprecated
- GETGet Pre-translate settingsdeprecated
- PUTUpdate Pre-translate settingsdeprecated
- POSTGet suggested providers
- PUTEdit quality assurance settings
- GETGet translation memoriesdeprecated
- PUTEdit translation memoriesdeprecated
- GETGet workflow steps
- POST
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- Term Base
- Translation
- Translation Memory
- User
- Webhook
- Workflow changes
Project
Edit project
PUT
/
api2
/
v2
/
projects
/
{projectUid}
Edit project
Copy
Ask AI
curl --request PUT \
--url https://cloud.memsource.com/web/api2/v2/projects/{projectUid} \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"status": "NEW",
"client": {
"id": "<string>"
},
"businessUnit": {
"id": "<string>"
},
"domain": {
"id": "<string>"
},
"subDomain": {
"id": "<string>"
},
"owner": {
"id": "<string>"
},
"purchaseOrder": "<string>",
"dateDue": "2023-11-07T05:31:56Z",
"note": "<string>",
"fileHandover": true,
"propagateTranslationsToLowerWfDuringUpdateSource": true,
"lqaProfiles": [
{
"workflowStep": {
"id": "<string>"
},
"lqaProfile": {
"uid": "<string>"
}
}
],
"archived": true,
"customFields": [
{
"customField": {
"uid": "<string>"
},
"selectedOptions": [
{
"uid": "<string>"
}
],
"value": "<string>"
}
]
}'
Copy
Ask AI
{
"uid": "<string>",
"internalId": 123,
"id": "<string>",
"name": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"domain": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"subDomain": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"owner": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"sourceLang": "<string>",
"targetLangs": [
"<string>"
],
"references": [
{
"id": "<string>",
"uid": "<string>",
"filename": "<string>",
"note": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
}
],
"mtSettingsPerLanguageList": [
{
"targetLang": "<string>",
"machineTranslateSettings": {
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"type": "<string>"
}
}
],
"status": "NEW",
"userRole": "<string>"
}
Path Parameters
Body
application/json
Response
200
*/*
successful operation
Base projectDto
Was this page helpful?
Edit project
Copy
Ask AI
curl --request PUT \
--url https://cloud.memsource.com/web/api2/v2/projects/{projectUid} \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"status": "NEW",
"client": {
"id": "<string>"
},
"businessUnit": {
"id": "<string>"
},
"domain": {
"id": "<string>"
},
"subDomain": {
"id": "<string>"
},
"owner": {
"id": "<string>"
},
"purchaseOrder": "<string>",
"dateDue": "2023-11-07T05:31:56Z",
"note": "<string>",
"fileHandover": true,
"propagateTranslationsToLowerWfDuringUpdateSource": true,
"lqaProfiles": [
{
"workflowStep": {
"id": "<string>"
},
"lqaProfile": {
"uid": "<string>"
}
}
],
"archived": true,
"customFields": [
{
"customField": {
"uid": "<string>"
},
"selectedOptions": [
{
"uid": "<string>"
}
],
"value": "<string>"
}
]
}'
Copy
Ask AI
{
"uid": "<string>",
"internalId": 123,
"id": "<string>",
"name": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"domain": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"subDomain": {
"name": "<string>",
"id": "<string>",
"uid": "<string>"
},
"owner": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"sourceLang": "<string>",
"targetLangs": [
"<string>"
],
"references": [
{
"id": "<string>",
"uid": "<string>",
"filename": "<string>",
"note": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
}
],
"mtSettingsPerLanguageList": [
{
"targetLang": "<string>",
"machineTranslateSettings": {
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"type": "<string>"
}
}
],
"status": "NEW",
"userRole": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.