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 {}
vcsCheckout
object
object {}
stack
object
object {}
environmentId
integer
regions
array object[]
object {}
Response
200Application updated successfully.
403User is not allowed to access this resource.
404Application not found.
Shell cURL
shell
Show schema
json