Radio Products
Set the restrictions to all streams in product
post/1/radios/{radio_product_id}/restrictions
Path parameters
radio_product_idinteger required
Request body
Example request
{
"country_list": "IT,JP",
"ip_exclude_list": "127.0.0.3,127.0.0.4",
"ip_include_list": "127.0.0.1,127.0.0.2"
}Response
OK
Example response
{
"result": "success"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.