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