Skip to content

Commit 3295cf8

Browse files
committed
openapi 문서 유효성 검사 오류 수정
1 parent c27de5c commit 3295cf8

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

openapi.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -350,12 +350,6 @@ paths:
350350
schema:
351351
type: integer
352352
description: 좋아요를 취소할 포스트의 ID
353-
requestBody:
354-
required: true
355-
content:
356-
application/json:
357-
schema:
358-
$ref: "#/components/schemas/UnlikeRequest"
359353
responses:
360354
"204":
361355
description: 좋아요 취소 성공
@@ -502,15 +496,6 @@ components:
502496
type: string
503497
example: "charlie"
504498

505-
UnlikeRequest:
506-
type: object
507-
required:
508-
- userName
509-
properties:
510-
userName:
511-
type: string
512-
example: "charlie"
513-
514499
# -------------------
515500
# 에러 응답 예시
516501
# -------------------

0 commit comments

Comments
 (0)