-
Documentation task
-
Resolution: Fixed
-
Trivial
-
None
-
3.2.8, 3.4.2
-
Sprint 18
-
0.1
Invalid JSON in example for trigger.get with tags.
Missing comma at the end of line 8.
The correct example should be:
{
"jsonrpc": "2.0",
"method": "trigger.get",
"params": {
"output": [
"triggerid",
"description"
],
"selectTags": "extend",
"triggerids": [
"17578"
]
},
"auth": "038e1d7b1735c6a5436ee9eae095879e",
"id": 1
}