Skip to content

Commit

Permalink
⚡ : 프로젝트 수정 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
imenuuu committed Mar 10, 2024
1 parent ba87ea0 commit 79b3873
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public CommonResponse<String> patchActiveProject(@PathVariable Long projectId){
}

@Operation(summary = "ADMIN-03-06💻 프로젝트 글 수정.",description = "프로젝트 글 수정 API 입니다.")
@PatchMapping("/{projectId}")
@PatchMapping(value = "/{projectId}", consumes = {"multipart/form-data"}, produces = "application/json")
@ApiErrorCodeExample({UserAuthErrorCode.class, ProjectGetErrorCode.class})
public CommonResponse<String> patchProject(@PathVariable Long projectId,
@RequestPart ProjectReq.ModifyProject modifyProject,
Expand Down

0 comments on commit 79b3873

Please sign in to comment.