updateInternetRadioStation

Updates an existing internet radio station.

http://your-server/rest/updateInternetRadioStation Since 1.16.0

Updates an existing internet radio station. Only users with admin privileges are allowed to call this method.

Parameters

ParameterReq.OpenS.DefaultComment
idYesThe ID of the station.
streamUrlYesThe stream URL for the station.
nameYesThe user-defined name for the station.
homepageUrlNoThe home page URL for the station.

Example

Result

An empty subsonic-response element on success.

{
  "subsonic-response": {
    "status": "ok",
    "version": "1.16.1",
    "type": "AwesomeServerName",
    "serverVersion": "0.1.3 (tag)",
    "openSubsonic": true
  }
}
{
  "subsonic-response": {
    "status": "ok",
    "version": "1.16.1"
  }
}