stable
Clone or download
Read-only
request #27174: REST endpoint /tracker_fields/:id/files should return a 200 on success
Per the specification it does not match the criteria to be a 201: no Location header and the URL used to create the ressource is not the one representing the created resource. Change-Id: If21ee907a8d55868391f72750d17b7993a9d2b54
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testmanagement/tests/rest/TestManagement/ExecutionsTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/v1/TrackerFieldsResource.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/tests/rest/FileFieldArtifactChangeset/FileFieldArtifactChangesetTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/rest/TrackerFields/TrackerFieldsTest.php | +6 | −6 | Go to diff View file |