{
"generalSetting": {
"disallowUserRegistration": true,
"disallowPasswordAuth": true,
"additionalScript": "string",
"additionalStyle": "string",
"customProfile": {
"title": "string",
"description": "string",
"logoUrl": "string",
"locale": "string",
"appearance": "string"
},
"weekStartDayOffset": 0,
"disallowChangeUsername": true,
"disallowChangeNickname": true
},
"storageSetting": {
"storageType": "STORAGE_TYPE_UNSPECIFIED",
"filepathTemplate": "string",
"uploadSizeLimitMb": "string",
"s3Config": {
"accessKeyId": "string",
"accessKeySecret": "string",
"endpoint": "string",
"region": "string",
"bucket": "string",
"usePathStyle": true
}
},
"memoRelatedSetting": {
"disallowPublicVisibility": true,
"displayWithUpdateTime": true,
"contentLengthLimit": 0,
"enableAutoCompact": true,
"enableDoubleClickEdit": true,
"enableLinkPreview": true,
"enableComment": true,
"enableLocation": true,
"defaultVisibility": "string",
"reactions": [
"string"
],
"disableMarkdownShortcuts": true
}
}
curl --location --request PATCH '/api/v1/workspace/' \
--header 'Content-Type: application/json' \
--data-raw '{
"generalSetting": {
"disallowUserRegistration": true,
"disallowPasswordAuth": true,
"additionalScript": "string",
"additionalStyle": "string",
"customProfile": {
"title": "string",
"description": "string",
"logoUrl": "string",
"locale": "string",
"appearance": "string"
},
"weekStartDayOffset": 0,
"disallowChangeUsername": true,
"disallowChangeNickname": true
},
"storageSetting": {
"storageType": "STORAGE_TYPE_UNSPECIFIED",
"filepathTemplate": "string",
"uploadSizeLimitMb": "string",
"s3Config": {
"accessKeyId": "string",
"accessKeySecret": "string",
"endpoint": "string",
"region": "string",
"bucket": "string",
"usePathStyle": true
}
},
"memoRelatedSetting": {
"disallowPublicVisibility": true,
"displayWithUpdateTime": true,
"contentLengthLimit": 0,
"enableAutoCompact": true,
"enableDoubleClickEdit": true,
"enableLinkPreview": true,
"enableComment": true,
"enableLocation": true,
"defaultVisibility": "string",
"reactions": [
"string"
],
"disableMarkdownShortcuts": true
}
}'
{
"name": "string",
"generalSetting": {
"disallowUserRegistration": true,
"disallowPasswordAuth": true,
"additionalScript": "string",
"additionalStyle": "string",
"customProfile": {
"title": "string",
"description": "string",
"logoUrl": "string",
"locale": "string",
"appearance": "string"
},
"weekStartDayOffset": 0,
"disallowChangeUsername": true,
"disallowChangeNickname": true
},
"storageSetting": {
"storageType": "STORAGE_TYPE_UNSPECIFIED",
"filepathTemplate": "string",
"uploadSizeLimitMb": "string",
"s3Config": {
"accessKeyId": "string",
"accessKeySecret": "string",
"endpoint": "string",
"region": "string",
"bucket": "string",
"usePathStyle": true
}
},
"memoRelatedSetting": {
"disallowPublicVisibility": true,
"displayWithUpdateTime": true,
"contentLengthLimit": 0,
"enableAutoCompact": true,
"enableDoubleClickEdit": true,
"enableLinkPreview": true,
"enableComment": true,
"enableLocation": true,
"defaultVisibility": "string",
"reactions": [
"string"
],
"disableMarkdownShortcuts": true
}
}