API Method: /api/liveevent/update

Update the meta data about a live event.

Parameters

ParameterDescription
liveevent_id (required)The ID for the live event you're updating.
nameThe name of the live event. All HTML tags will be stripped away from the name.
descriptionDescription of the live event. The value can include save HTML tags such as <b> or <p>; however, if any disallowed tags are included, all html with be stripped from the description.
album_idAn ID for the ID associated with the live event.
visible_pSpecify if the live event is published and visible to users on your videosite.
Allowed values are 0 and 1, but the parameter is optional is you want to leave the current setting unchanged.

Permission level

The minimum required permission level is:

write

Example XML Response

<response status="ok" permission_level="write" 
  message="The live event was updated" cached="0">

Example JSON Response

{
  "status": "ok", 
  "message":"The live event was updated",
  "permission_level":"write",
  "cached":"0",
  "p": "1",
  "size": "1",
  "site": { ...},
  "endpoint": "/api/liveevent/update"
}

Add a comment...

Name
E-mail
Web
 
Connect with Faceboook
Content