stable
Clone or download
Read-only
Part of request #10039: Retrieve/update FRS packages via REST The release can now be edited via REST. PATCH /frs_release/:id { "name": "New name of the release" } Only name, release_note, changelog, and status can be updated. Change-Id: I9dabfbbb624275dd00d99cc3f110b0f557e0d28f
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/frs/include/FRS/REST/v1/ReleasePATCHRepresentation.php | +44 | −0 | Go to diff View file |
M | plugins/frs/include/FRS/REST/v1/ReleaseResource.php | +92 | −6 | Go to diff View file |
M | plugins/frs/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/frs/tests/rest/FRS/ReleaseTest.php | +18 | −1 | Go to diff View file |
M | src/common/frs/FRSReleaseFactory.class.php | +6 | −3 | Go to diff View file |