Create Application on a specific Container


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

Creates a new Application


Name
Description
idstringrequired
Unique resource identifier.


Example: 12345
note
1 The id parameter is a valid Container id to which the Application will be added.
200 Arrow
{
  "app":"example-app.net",
  "include_subdomains": false
}
201 Arrow
{
  "app": "example-app.com",
  "include_subdomains": true,
  "create_time":  "2023-12-26 08:38:49"
}