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 access and security settings
PUT
/
api2
/
v2
/
projects
/
{projectUid}
/
accessSettings
Edit access and security settings
Copy
Ask AI
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>"
]
}'
Copy
Ask AI
{
"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
Body
application/json
Response
200
application/json
successful operation
The response is of type object
.
Was this page helpful?
Edit access and security settings
Copy
Ask AI
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>"
]
}'
Copy
Ask AI
{
"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>"
]
}
Assistant
Responses are generated using AI and may contain mistakes.