Delete cover
DELETE/videos/:live_id/cover
Upload cover image to a live.
Request
Path Parameters
live_id stringrequired
Header Parameters
Accept stringrequired
Example: application/json
Responses
- 201
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
{
"status": "string"
}
Created
{
"status": "<string>"
}
Loading...