Create an application
Create a new application in an existing namespace.
Request Body |
---|
name string — REQUIREDPossible values: length ≤ 60 The application name |
namespace_id integer — REQUIREDThe ID of the namespace that owns this application |
repository_url string — REQUIREDPossible values: length ≤ 250 The URL of the repository that holds this application (eg: https://github.com/myorg/myapp/) |
repository_app_path stringThe folder where the application is located inside a monorepo. |
template_id integerThe ID of the template that was used to create this application |
auto_deploy_on_creation booleanTrue if the application must be deployed immediately after being created, false otherwise. |
Responses | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 The operation was successful
|