/video/addcomment

From EveryTrail API Developer Documentation

Jump to: navigation, search

Contents

URL

/api/video/addcomment

Semantics

Add a comment to a video

Parameters

Parameter nameParameter formatRequiredDescription
usernamestringyesusername for authentication
passwordstringyespassword for authentication
video_idintyesid of the trip video to on
commentstringyesthe 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

Personal tools