Property description

The spaces property adds the application to specific spaces.

Minimal JSON

"spaces": [
 {
 "spacePath": "",
 "workflowKey": ""
 }
]

Nested properties

PropertyDescriptionValuesMandatory
spacePathPath to the space. If the space has predecessors, separate them by /, e.g. Documentation/Technical Documentation. The spacePath value must point to an existing space. This property does not create spaces — if the specified path does not exist, the configuration will fail.stringYes
workflowKeyKey of the workflow used for the application’s objects.stringYes
settingsArray of application space settings. Used to configure settings specific to space application. In most cases, this property is not used as the settings are already defined for the whole application.arrayNo