Skip to main content
PUT
/
api2
/
v2
/
projects
/
{projectUid}
/
accessSettings
Edit access and security settings
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>"
  ]
}'
{
  "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

projectUid
string
required

Body

application/json
downloadEnabled
boolean

Default: false

webEditorEnabledForLinguists
boolean

Default: false

showUserDataToLinguists
boolean

Default: false

emailNotifications
boolean

Default: false

strictWorkflowFinish
boolean

Default: false

useVendors
boolean

Default: false

linguistsMayEditLockedSegments
boolean

Default: false

usersMaySetAutoPropagation
boolean

Default: true

allowLoadingExternalContentInEditors
boolean

Default: true

allowLoadingIframes
boolean

Default: false

linguistsMayEditSource
boolean

Default: true

linguistsMayEditTagContent
boolean

Default: true

linguistsMayDownloadLqaReport
boolean

Default: true

usernamesDisplayedInLqaReport
boolean

Default: true

userMaySetInstantQA
boolean

Default: true

triggerWebhooks
boolean

Default: true

notifyJobOwnerStatusChanged
boolean

Default: false

vendors
object
allowedDomains
string[]

Response

successful operation

downloadEnabled
boolean
webEditorEnabledForLinguists
boolean
showUserDataToLinguists
boolean
emailNotifications
boolean
strictWorkflowFinish
boolean
useVendors
boolean
linguistsMayEditLockedSegments
boolean
usersMaySetAutoPropagation
boolean
allowLoadingExternalContentInEditors
boolean
allowLoadingIframes
boolean
linguistsMayEditSource
boolean
linguistsMayEditTagContent
boolean
linguistsMayDownloadLqaReport
boolean
usernamesDisplayedInLqaReport
boolean
userMaySetInstantQA
boolean
triggerWebhooks
boolean
notifyJobOwnerStatusChanged
boolean
vendors
object
allowedDomains
string[]
I