Set name from custom channel. Global settings.
Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the oauth. Example:Authorization: oauth ********************
Body Params application/json
{
"v": "1",
"language": "en",
"project_id": 0,
"channel_id": 0,
"name": "Channel name"
}
Request Code Samples
curl --location --request POST 'https://api-v2.streamvi.io/method/channel_settings/setName' \
--header 'Authorization: oauth <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"v": "1",
"language": "en",
"project_id": 0,
"channel_id": 0,
"name": "Channel name"
}'
Responses
application/json Modified at 2025-09-11 17:15:27