Players
Store player
This endpoint allows you to store a player.
post/1/radios/{radio_product_id}/players
Path parameters
radio_product_idinteger required
The unique identifier (ID) of the radio product to request.
Request body
Example request
{
"background_color": "202020",
"button_color": "FFFFFF",
"display_name": "Radio Player",
"domains": "infomaniak.ch,myradio.ch",
"facebook_link": "myradio.ch",
"height": "144.00",
"history_display": "split",
"name": "MyPlayer",
"secondary_color": "0098FF",
"twitter_account": "MyAccount",
"twitter_backlink": "myradio.ch",
"twitter_hashtag": "radio,infomaniak",
"width": "505.00"
}Response
Created
Example response
{
"result": "success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.