Restrictions
update restriction password
This endpoint allows you to update a restriction password channel.
put/1/videos/{channel}/restrictions/password
Path parameters
channelinteger required
The unique identifier (ID) of the channel to request.
Query parameters
account_idinteger required
Account identifier
The account identifier
Request body
Example request
{
"pass_stream": "\"Hello world ! 😊\""
}Response
OK
Example response
{
"result": "success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.