http://your-server/rest/addChatMessage
Since 1.2.0
Adds a message to the chat log.
Parameter | Req. | OpenS. | Default | Comment |
---|---|---|---|---|
message | Yes | The chat message. |
http://your-server/rest/addChatMessage.view?message=hello&u=demo&p=demo&v=1.13.0&c=AwesomeClientName&f=json
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"
}
}