Add an application to a release

Associates the application with specified ID to the release with specified ID

Request

POST http://{hostname}:{port}
  /releases/{release}/applications/{application}
Table 1. URL parameters
Parameter Type Required Description
application string true The ID of the application to remove
release string true Release ID

Example

curl -k -u jsmith:passwd  
  "http://myserver.example.com:8080/
  releases/cc47a2c5-fd30-45bd-8d72-05716f6abe1f/
  applications/7592788e-5980-4f4c-a36b-18282d52bd04" 
  -X POST

Feedback