stable
Clone or download
Read-only
Part of request #10039: Retrieve/update FRS packages via REST User can optionally give release notes and changelog during release creation: POST /frs_release { "package_id": 42, "name": "Cajun Chicken Pasta 2.0", "release_note": "Important informations…", "changelog": "The change log of the release…" } Those new parameters are optional, by default they are valued to an empty string. Change-Id: I205298c84ddeab96a196b680eed21876131190f6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/frs/include/FRS/REST/v1/ReleasePOSTRepresentation.php | +10 | −0 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/ReleaseResource.php | +9 | −3 | Go to diff View file |
M | plugins/frs/tests/rest/FRS/ReleaseTest.php | +6 | −2 | Go to diff View file |