PUT
/
api2
/
v2
/
projects
/
{projectUid}
Edit project
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>"
    }
  ]
}'
{
  "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

projectUid
string
required

Body

application/json

Response

200
*/*

successful operation

Base projectDto