Notifications
Update notification radio product
This endpoint allows you to update a notification for radio product.
put/1/radios/{radio_product_id}/notification
Path parameters
radio_product_idinteger required
The unique identifier (ID) of the radio product to request.
Request body
Example request
{
"end_hour": "15:45:55",
"start_hour": "12:30:10",
"users": "1,2,5,7"
}Response
OK
Example response
{
"result": "success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.