Create applications

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.

Securityorg-oidc-token
Request
path Parameters
org
required
string (OrgId) [ 3 .. 64 ] characters ^([a-z][a-z0-9-]{1,62}[a-z0-9])$

ID of an organization

Example: my-org
Request Body schema: application/json
required

Request body for creating one or more applications.

required
Array of objects (OrgApplicationCreateRequestDto) [ 1 .. 10 ] items

Applications to create. Maximum 10 items.

Responses
201

A list of applications.

400

Bad request.

401

The caller is not authenticated or does not have the required permissions.

404

The application or organization does not exist, or belongs to a different organization.

post/api/v1/orgs/{org}/applications
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ],
  • "nextCursor": "string"
}