Update Application of a Container


                https://api.ocamba.com/v1/hood/containers/{id}/apps/{app_name}
            

Updates the specific Application by setting the values of the parameters passed. Any parameters not provided will be left unchanged

Rate limits:

Burst: 10/s
Steady: 150/m


Name
Description
idstringrequired
Unique resource identifier.


Example: 12345

app_namestringrequired
Unique app identifier.


Example: example-app.com


204 - No Content
Arrow

note
1 At least one of the updatable fields should be sent via HTTP body in order to change the current state of the application.
tip
1 If you don't know the application name, view the specific Container it is located in.

request Arrow
{
  "include_subdomains": false
}