Create Comment
METHOD
POST
URL EXAMPLE
/gistps/api/v1/post/:Id/comment
id: ๊ฒ์๋ฌผ ๊ณ ์ id
REQUEST BODY
name
type
require
description
postId
long
ํ์
๊ฒ์๊ธ ๊ณ ์ id
content
string
ํ์
์์ฑํ ๋๊ธ ๋ด์ฉ
REQUEST BODY EXAMPLE
{
"userId": 1,
"content": "์ ๋ ๋์ํฉ๋๋ค"
}
RESPONSE BODY EXAMPLE
done
Last updated
Was this helpful?