Create App (v1)
Create an App in draft state with an initial version. The initialVersion field provides optional configuration for the version; a version is always created even if the field is omitted. Does NOT start an instance.
Authorizations
Body
Request to create an app
Create an App in draft state with an initial version. A version is always created; the 'initialVersion' field provides optional configuration for it. Does NOT start an instance.
AUTHENTICATED, GRANT_BASED, GRANT_BASED_STRICT, PUBLIC Type of configuration for the app which determines different deployment resources and settings.
STANDARD, AISYSTEM Immutable after creation.
Optional configuration for the initial version. A version is always created; this field overrides defaults for it. content.mountDatasets, when provided, overrides the top-level mountDatasets for the initial version snapshot only; the App keeps the top-level value.
App-level default for whether to mount Domino Datasets into the App's runtime. Omitted falls back to the internal default (true). Per-version overrides via initialVersion.content.mountDatasets (this endpoint) and POST /apps/{appId}/versions still win.
When initial accessStatuses contains users, controls whether those users receive an email notification on creation. Defaults to false when omitted.
Response
Success
Visibility and access-grant settings for an App.
Identity metadata for an App: whether it is a draft and the user who created it.
Type of configuration for the app which determines different deployment resources and settings.
STANDARD, AISYSTEM App-level default for whether to mount Domino Datasets into the App's runtime.
Custom field values assigned to this app, grouped by group name.
Taxonomy tags assigned to this app. Omitted when the taxonomy feature is disabled.