Authorization: oauth ********************
{
"v": "1",
"language": "en",
"project_id": 0,
"channel_id": 0,
"id": "Planned id"
}
curl --location --request POST 'https://api-v2.streamvi.io/method/channel_settings/options/setPlanned' \
--header 'Authorization: oauth <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"v": "1",
"language": "en",
"project_id": 0,
"channel_id": 0,
"id": "Planned id"
}'
{
"planned": {
"id": "string",
"title": "string",
"description": "string",
"date": "2019-08-24T14:15:22Z"
}
}