Create Answer
METHOD
POST
URL EXAMPLE
/gistps/api/v1/answer/:postId
postId: λ΅λ³ν κ²μλ¬Ό κ³ μ id
REQUEST BODY
name
type
description
userId
long
μμ±νλ μ μ id (μλ²μ μ μ₯λ id -μ«μ)
description
string
λ΄μ©
REQUEST BODY EXAMPLE
{
"userId" : 1,
"description" : "μλ
νμΈμ ~ν λ¬Έμ μ λν λ΅λ³μ
λλ€"
}
RESPONSE BODY
type
description
Long
μμ±λ κ²μκΈμ κ³ μ id
RESPONSE BODY EXAMPLE (λ΅λ³ μ μμ μΌλ‘ μμ±)
4
RESPONSE BODY EXAMPLE (λ΅λ³ μμ± μ€ν¨)
-1 or -2 or -3
Last updated
Was this helpful?