This POST service will perform the same action found on the Release Screen. remove projects and/or packages from a release in FlexDeploy.
Info | ||
---|---|---|
| ||
http://host:port/flexdeploy/rest/release/removeProjectsFromRelease |
Note |
---|
The authenticated user must be a member of a group which has FlexDeploy Administrator privileges. |
Remove Projects from Release Sample JSON Request
| |||||||
---|---|---|---|---|---|---|---|
| Opening bracket Authentication section, used on all types of requests. | ||||||
Required parameters for creating or editing a release. | |||||||
| Add projects to the release named Demo Release. A list of Projects to remove from the release. Remove the Project located at Remove the Project located at | ||||||
} | Closing bracket |
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
| Y | Object | The login information for the user connecting to FlexDeploy. |
| Y | String | The name of the release containing the gate we want to complete. |
| Y | Array | An array of projects to remove from the release. |
| Y | String | The full path and name of a project to remove from the release. |
...