API Name updateCommunityComment
API Description Update Community Comment
Request URL http://app.madepf.com/api/v1/community/updateCommunityComment
Method Type POST
Result Code
0 Success -3 JWT Token expired
-1 Invalid request error -4 Param Error
-2 JWT Token Empty Error
Request Param
Name Type Necessary Description
community_idx int Community ID
comment_idx int Community Comment ID
comment string Notify Content
anony string Anony Flag(Y:N)
Response Data
Name Type Description
code Integer Response Result Code
msg String Response Result Message
data Json
Null
Response