Skip to content

Commit

Permalink
docs: 데모 검색 API 문서의 설명 상세화
Browse files Browse the repository at this point in the history
  • Loading branch information
seungyeop-lee committed May 16, 2024
1 parent e288766 commit 06e207f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@Data
public class SearchTermRequest {

@Schema(description = "검색 쿼리", requiredMode = REQUIRED, example = "하이브리드앱")
@Schema(description = "검색 쿼리, 빈 문자열을 보낼경우 모든 데이터가 반환된다.", requiredMode = REQUIRED, example = "하이브리드앱")
private String query;

@Schema(description = "포맷 적용 여부", defaultValue = "false")
Expand Down

0 comments on commit 06e207f

Please sign in to comment.