Update an existing application
post/midgard/v0.1/application/{applicationId}
Update an existing application.Request
Authorization
X-AT
header
apiKey
Path Parameters
applicationIdThe id of the application
integer
REQUIRED
Query Parameters
validateOnly validate the posted changes and return calculated pricings but never save to database.
boolean
showDeployedDatacenterFetch the datacenters where the application has been deployed.
boolean
Body
application/json
name
string
REQUIRED
deletedWhen true, the application will be deleted from the environment
boolean
vcsRepo
object
object {}
id
integer
uri
string
hasPassword
boolean
password
string
confirmation
string
vcsCheckout
object
object {}
name
string
REQUIRED
type
string
REQUIRED
stack
object
object {}
id
integer
component
object
object {}
id
integer
REQUIRED
relationId
string
artifactId
string
environmentId
integer
regions
array object[]
object {}
id
integer
REQUIRED
Response
200Application updated successfully.
403User is not allowed to access this resource.
404Application not found.
Shell cURL
shellShow schema
json