curl --request PUT \
--url https://cloud.memsource.com/web/api2/v2/projects/{projectUid}/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>"
]
}'