SocialDocsDto Data Type
| name | data type | constraints | description |
|---|---|---|---|
| socialType | string | ||
| spaceAlias | string | ||
| socialFolderEnabled | boolean | ||
| socialFolderSecurity | boolean | ||
| socialFolderId | number | ||
| userId | string | ||
| socialFolderDescription | string | ||
| socialFolderWritePermission | boolean | ||
| tenantId | number | required |
Example
{
"socialType" : "...",
"spaceAlias" : "...",
"socialFolderEnabled" : true,
"socialFolderSecurity" : true,
"socialFolderId" : 12345,
"userId" : "...",
"socialFolderDescription" : "...",
"socialFolderWritePermission" : true,
"tenantId" : 12345
}