SavingConfig
Saving Config🔗
Description🔗
The Saving Config object bundles all environment settings around storing projects, searches, and results.
Fields🔗
Parameter Name | Type | Description |
---|---|---|
disableProjects | boolean | true if environment users are not allowed to manage projects. |
disableQueries | boolean | true if environment users are not allowed to save searches. |
disableResults | boolean | true if environment users are not allowed to save results. |
projectLinkPrefix | string | configured prefix for project links. |
projectLinkTarget | string | target frame for project links. |
enableAssessments | boolean | true if the environment has assessments enabled. |
dontKnowEnabled | boolean | true if 'don't know' assessments are allowed. |
sharingEnabled | boolean | true if sharing of projects is enabled. |
taggingEnabled | boolean | true if project tags should be shown on search results. |
sharingRequestidentitiesURL | string | URL of the Identities Request Service needed for sharing projects. |
customSynonymsEnabled | boolean | true if environment users are allowed to save custom synonyms. |
Example🔗
{
"disableProjects": false,
"disableQueries": false,
"disableResults": false,
"projectLinkPrefix": "",
"projectLinkTarget": "_blank",
"enableAssessments": true,
"dontKnowEnabled": true,
"sharingEnabled": false,
"taggingEnabled": true,
"customSynonymsEnabled": true
}