/video/addcomment
From EveryTrail API Developer Documentation
Contents |
URL
/api/video/addcomment
Semantics
Add a comment to a video
Parameters
| Parameter name | Parameter format | Required | Description |
|---|---|---|---|
| username | string | yes | username for authentication |
| password | string | yes | password for authentication |
| video_id | int | yes | id of the trip video to on |
| comment | string | yes | the comment |
Success Response
<etVideoAddcommentResponse status="success"> <videoID>${video ID}</videoID> </etVideoAddcommentResponse>
${video ID}: ID of the video
Error Response
<etVideoAddcommentResponse status="error"> <videoID>${video ID}</videoID> ${error reponse} </etVideoAddcommentResponse>
${video ID}: ID of the video
${error reponse}: See format in Error Reponse Format
