Revert "- api Response 수정"
This reverts commit ce506fb6
| | |
| | | @ApiImplicitParam(name = "customFields", paramType = "form") |
| | | } |
| | | ) |
| | | |
| | | @ResponseStatus(HttpStatus.CREATED) |
| | | public |
| | | @ResponseBody |
| | |
| | | */ |
| | | @PostMapping(value = "/issue/status") |
| | | @ApiOperation(value = "이슈 상태 수정", notes = "사용자 정의 필드가 동일한 기존 이슈를 변경한다.") |
| | | @ResponseStatus(HttpStatus.ACCEPTED) |
| | | @ResponseStatus(HttpStatus.OK) |
| | | public |
| | | @ResponseBody |
| | | Map<String, Object> modifyIssue(ApiIssueModifyForm apiIssueModifyForm) throws OwlRuntimeException, CloneNotSupportedException { |