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

Content types

This command accepts the following content types. Specify the content type that you are providing in the header of the request.
  • application/json

Feedback