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?