API Method: /api/liveevent/update
Update the meta data about a live event.
Parameters
| Parameter | Description |
|---|---|
| liveevent_id (required) | The ID for the live event you're updating. |
| name | The name of the live event. All HTML tags will be stripped away from the name. |
| description | Description 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_id | An ID for the ID associated with the live event. |
| visible_p | Specify 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"
}




