This POST service will perform the same action found on the Release Screen.
...
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 | List | A list of projects and configurations to remove from the release. |
| Y | String | The full path and name of a project to remove from the release. |
...