update status of livestream
Developing
PATCH
/projects/{id}/livestreams/{liveId}/{status}
Update status of livestream for a project
PATCH
/projects/<project_id>/livestreams/<livestream_id>/<status>
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://api.vidinfra.com/v1/projects/5eca71a3-bc93-45cf-ad6e-45be2961f921/livestreams/5eca71a3-bc93-45cf-ad6e-45be2961f921/ban'
Response Response Example
{}
Request
Path Params
id
stringÂ
required
Example:
5eca71a3-bc93-45cf-ad6e-45be2961f921
liveId
stringÂ
required
Example:
5eca71a3-bc93-45cf-ad6e-45be2961f921
status
stringÂ
required
Example:
ban
Responses
Modified at 2025-06-19 04:59:01