PUT
/
api2
/
v1
/
projectTemplates
/
{projectTemplateUid}
/
accessSettings
Edit project template access and security settings
curl --request PUT \
  --url https://cloud.memsource.com/web/api2/v1/projectTemplates/{projectTemplateUid}/accessSettings \
  --header 'Content-Type: application/json' \
  --data '{
  "downloadEnabled": true,
  "webEditorEnabledForLinguists": true,
  "showUserDataToLinguists": true,
  "emailNotifications": true,
  "strictWorkflowFinish": true,
  "useVendors": true,
  "linguistsMayEditLockedSegments": true,
  "usersMaySetAutoPropagation": true,
  "allowLoadingExternalContentInEditors": true,
  "allowLoadingIframes": true,
  "linguistsMayEditSource": true,
  "linguistsMayEditTagContent": true,
  "linguistsMayDownloadLqaReport": true,
  "usernamesDisplayedInLqaReport": true,
  "userMaySetInstantQA": true,
  "triggerWebhooks": true,
  "notifyJobOwnerStatusChanged": true,
  "vendors": {
    "canChangeSharedJobDueDateEnabled": true,
    "canChangeSharedJobDueDate": [
      {
        "uid": "<string>"
      }
    ],
    "jobVendorsMayUploadReferences": true
  },
  "allowedDomains": [
    "<string>"
  ]
}'
{
  "downloadEnabled": true,
  "webEditorEnabledForLinguists": true,
  "showUserDataToLinguists": true,
  "emailNotifications": true,
  "strictWorkflowFinish": true,
  "useVendors": true,
  "linguistsMayEditLockedSegments": true,
  "usersMaySetAutoPropagation": true,
  "allowLoadingExternalContentInEditors": true,
  "allowLoadingIframes": true,
  "linguistsMayEditSource": true,
  "linguistsMayEditTagContent": true,
  "linguistsMayDownloadLqaReport": true,
  "usernamesDisplayedInLqaReport": true,
  "userMaySetInstantQA": true,
  "triggerWebhooks": true,
  "notifyJobOwnerStatusChanged": true,
  "vendors": {
    "canChangeSharedJobDueDateEnabled": true,
    "canChangeSharedJobDueDate": [
      {
        "uid": "<string>"
      }
    ],
    "jobVendorsMayUploadReferences": true
  },
  "allowedDomains": [
    "<string>"
  ]
}

Path Parameters

projectTemplateUid
string
required

Body

application/json

Response

200
application/json

successful operation

The response is of type object.