-
Type:
Problem report
-
Resolution: Unresolved
-
Priority:
Trivial
-
Affects Version/s: 7.4.9rc1, 8.0.0beta1 (master)
-
Component/s: API (A)
-
S26-W14/15
Steps to reproduce:
- Create a media type with the "SMS" type.
- Perform a similar API request:
{ "jsonrpc": "2.0", "method": "mediatype.update", "params": [ { "mediatypeid": 102, "type": 4 } ], "id": 1 }
Result:
{
"jsonrpc": "2.0",
"result": {
"mediatypeids": [
"102"
]
},
"id": 1
}
Expected:
{
"jsonrpc": "2.0",
"error": {
"code": -32602,
"message": "Invalid params.",
"data": "Invalid parameter \"/1/script\": cannot be empty."
},
"id": 1
}
- caused by
-
ZBXNEXT-9805 Gmail (Google) is disabling Less Secure Apps. Zabbix mail doesn't work anymore
-
- Closed
-