Edit stream informations and configurations
Request
Add parameter in header Authorization
Example:Authorization: ********************
Body Params application/x-www-form-urlencoded
Request samples
curl --location --request PATCH '/videos/' \
--header 'Accept: application/json' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Authorization;' \
--data-urlencode 'title=<string>' \
--data-urlencode 'description=<string>' \
--data-urlencode 'tag_ids[]=<integer>' \
--data-urlencode 'privacy=<string>' \
--data-urlencode 'collection_id=<integer>' \
--data-urlencode 'startdate=<string>'
Responses
application/json {
"id": "<string>",
"status": "<string>"
}
Modified at 2024-09-05 10:09:36