Set MediaTye json for file upload
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
This commit is contained in:
@@ -53,7 +53,8 @@ public interface MgmtSoftwareModuleRestApi {
|
|||||||
* failure the JsonResponseExceptionHandler is handling the
|
* failure the JsonResponseExceptionHandler is handling the
|
||||||
* response.
|
* response.
|
||||||
*/
|
*/
|
||||||
@RequestMapping(method = RequestMethod.POST, value = "/{softwareModuleId}/artifacts")
|
@RequestMapping(method = RequestMethod.POST, value = "/{softwareModuleId}/artifacts", produces = {
|
||||||
|
"application/hal+json", MediaType.APPLICATION_JSON_VALUE })
|
||||||
ResponseEntity<MgmtArtifact> uploadArtifact(@PathVariable("softwareModuleId") final Long softwareModuleId,
|
ResponseEntity<MgmtArtifact> uploadArtifact(@PathVariable("softwareModuleId") final Long softwareModuleId,
|
||||||
@RequestParam("file") final MultipartFile file,
|
@RequestParam("file") final MultipartFile file,
|
||||||
@RequestParam(value = "filename", required = false) final String optionalFileName,
|
@RequestParam(value = "filename", required = false) final String optionalFileName,
|
||||||
|
|||||||
Reference in New Issue
Block a user