Create one or more new applications owned by an organization.
Each application can be connected to any number of CDF projects, including zero, one, or multiple, identified by their CDF project names. All projects must belong to the target organization.
Up to 10 applications can be created per request.
Request body for creating one or more applications.
required | Array of objects (OrgApplicationCreateRequestDto) [ 1 .. 10 ] items Applications to create. Maximum 10 items. |
A list of applications.
Bad request.
The caller is not authenticated or does not have the required permissions.
The application or organization does not exist, or belongs to a different organization.
{- "items": [
- {
- "name": "My Data Portal",
- "description": "Customer-facing data portal for project ACME-PROD.",
- "projectNames": [
- "publicdata"
]
}
]
}{- "items": [
- {
- "id": "f4a3e291-7682-4148-89c0-be3a8f17eb23",
- "name": "My Data Portal",
- "description": "Customer-facing data portal for project ACME-PROD.",
- "projectNames": [
- "publicdata"
], - "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
], - "nextCursor": "string"
}