Property description
The spaces property adds the application to specific spaces.
Minimal JSON
"spaces": [
{
"spacePath": "",
"workflowKey": ""
}
]
Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
spacePath | Path to the space. If the space has predecessors, separate them by /, e.g. Documentation/Technical Documentation. | string | Yes |
workflowKey | Key of the workflow used for the application’s objects. | string | Yes |
settings | Array 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. | array | No |