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.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