Managed Content Space Input

Create a managed content space.
Root XML tag
<ManagedContentSpaceInputRepresentation>
JSON example
1{
2"name": "ShoeStoreWorkspace",
3"description": "To serve shoe store content.",
4"defaultLanguage": "en_US",
5"spacetype": "Content",
6"apiName": "shoe_store_workspace"
7}
Properties
Name Type Description Required or Optional Available Version
apiName String API name of the managed content space. Optional 64.0
defaultLanguage String Default language of the managed content space. Optional 64.0
description String Description of the managed content space. Optional 64.0
name String Name of the managed content space. Required 64.0
spaceType String Type of managed content space. Values are:
  • Content
  • Marketing
Optional 64.0