PUT
/
api2
/
v1
/
projects
/
{projectUid}
/
accessSettings
Edit access and security settings
curl --request PUT \
  --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/accessSettings \
  --header 'Content-Type: application/json' \
  --data '{
  "translationMemoryDownloadEnabled": true,
  "webEditorEnabledForLinguists": true,
  "showUserDataToLinguists": true,
  "emailNotifications": true,
  "strictWorkflowFinish": true,
  "useVendors": true,
  "linguistsMayEditLockedSegments": true,
  "linguistsMaySetAutoPropagation": true,
  "linguistsMayEditTagContent": true,
  "triggerWebhooks": true
}'
{
  "downloadEnabled": true,
  "webEditorEnabledForLinguists": true,
  "showUserDataToLinguists": true,
  "emailNotifications": true,
  "strictWorkflowFinish": true,
  "useVendors": true,
  "linguistsMayEditLockedSegments": true,
  "linguistsMaySetAutoPropagation": true,
  "linguistsMayEditTagContent": true
}

Path Parameters

projectUid
string
required

Body

application/json

Response

200
application/json

successful operation

The response is of type object.