We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27de5c commit 3295cf8Copy full SHA for 3295cf8
1 file changed
openapi.yaml
@@ -350,12 +350,6 @@ paths:
350
schema:
351
type: integer
352
description: 좋아요를 취소할 포스트의 ID
353
- requestBody:
354
- required: true
355
- content:
356
- application/json:
357
- schema:
358
- $ref: "#/components/schemas/UnlikeRequest"
359
responses:
360
"204":
361
description: 좋아요 취소 성공
@@ -502,15 +496,6 @@ components:
502
496
type: string
503
497
example: "charlie"
504
498
505
- UnlikeRequest:
506
- type: object
507
- required:
508
- - userName
509
- properties:
510
- userName:
511
- type: string
512
- example: "charlie"
513
-
514
499
# -------------------
515
500
# 에러 응답 예시
516
501
0 commit comments