Releases
Add a release to a roll up release
put/products/{product_id}/releases/{id}
Path parameters
product_idstring required
ProductId identifier
idstring required
Id identifier
Request body
Example request
{
"release": {
"initiatives": [],
"parent_id": 292454904
}
}Response
Successful operation
Changes
Changed in 2 of the 5 revisions of this API.221
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the
//response's property type changed fromobjecttonullfor statusresponse-property-type-changed
- ●
removed the optional property
///from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///from the response with the statusresponse-optional-property-removed
- ▲
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○