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