removeProjectsFromRelease (version 0)
This POST service will remove projects and/or packages from a release in FlexDeploy. This API returns the release id, which is a required input for some of the other APIs.
API URL
http://host:port/flexdeploy/rest/release/removeProjectsFromRelease
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. |
- style