Live Platform API v1
Live Platform API
Live Platform API
Version 1
Update a live event
Copy link
Updates a specific live event.
HTTP request
Copy link
Parameters
Copy link
The following table lists the parameters that this action supports.
Parameters
Optional | Type | Description |
---|---|---|
user_ids_for_host | array of strings | An array of IDs of the users who can be host for the live event. This property can have up to 10 user IDs. |
title | string | Specifies the title of a live event. The length is limited to 191 characters. |
cover_url | string | Specifies the URL of the cover image for the live event. The length is limited to 2,048 characters. |
cover_file | file | Specifies the file of the cover image for the live event. |
Response
Copy link
If successful, this action returns a live event that has been updated in the response body.
List of response properties
Copy link
Property name | Type | Description |
---|---|---|
live_event | nested object | The live event that has been updated. |
On this page