Skip to content

Commit

Permalink
Docs : 설명 추가 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen-ing committed Feb 5, 2025
1 parent b3d4389 commit ad34837
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public ResponseEntity<ApiResponse<Object>> sendMessage(

@Operation(
summary = "대화 내역 조회",
description = "챗봇과의 대화 내역을 조회합니다. 페이지네이션을 지원합니다. 페이지당 10개의 대화 내역을 반환합니다.")
description = "챗봇과의 대화 내역을 조회합니다. 페이지네이션을 지원합니다. 페이지당 10개의 대화 내역을 반환합니다. 최신 순으로 정렬됩니다.")
@GetMapping("/list")
public ResponseEntity<ApiResponse<Object>> getMessages(
final @AuthenticationPrincipal CustomUserDetails currentUser,
Expand Down

0 comments on commit ad34837

Please sign in to comment.