Add multiple applications to a release

Each application JSON object must contain the ID of the application to add.

Request

POST http://{hostname}:{port}
  /releases/{release}/applications
Content-Type: application/json
Table 1. URL parameters
Parameter Type Required Description
release string true Release ID
Table 2. Header parameters
Parameter Type Required Description
Content-Type application/json true  

Feedback