Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tickets/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ paths:
title: New Ticket
description: This is a new ticket.
responses:
"200":
"201":
description: 티켓 생성 성공
content:
application/json:
Expand Down Expand Up @@ -256,7 +256,7 @@ paths:
example:
content: This is the first comment.
responses:
"200":
"201":
description: 댓글 생성 성공
content:
application/json:
Expand Down