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