Skip to content

Commit 5f1ae23

Browse files
authored
Merge pull request #224 from Team-Tiki/chore/#223-note-docs
[CHORE] 스웨거 docs 수정
2 parents 83dd431 + 1de7501 commit 5f1ae23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/tiki/server/note/controller/docs/NoteControllerDocs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ void deleteNotes(
331331
@Parameter(
332332
name = "noteIds",
333333
description = "노트 id 리스트",
334-
in = ParameterIn.PATH,
334+
in = ParameterIn.QUERY,
335335
example = "[1,2,3,4,5]"
336336
) @RequestParam final List<Long> noteIds
337337
);

0 commit comments

Comments
 (0)