Skip to content

Commit

Permalink
Docs: add example
Browse files Browse the repository at this point in the history
  • Loading branch information
chlehdwon committed Mar 16, 2024
1 parent 961377f commit 3003c5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/docs/rooms.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ roomsDocs[`${apiPrefix}/create`] = {
pattern: room.name.source,
description: `방 이름<br/>
1~50 글자로 구성되며 영어 대소문자, 숫자, 한글, 특정 특수기호("-", ",", ".", "?", "!", "_")만 가능`,
example: "함께 타는 택시의 여유",
},
from: {
type: "string",
Expand Down

0 comments on commit 3003c5e

Please sign in to comment.