Links

Insight Mutate

patch
https://api.logsnag.com/v1
/insight
Mutate an insight to LogSnag.

Mutation Object

Increment ($inc)

The increment mutation changes a numerical value by increasing or decreasing it. It can be applied to an existing insight or 0 if no insight exists. The mutation can be performed using either positive or negative numbers.
{
"project": "makershq",
"title": "Online Users",
"value": {
"$inc": 1
},
"icon": "🔴"
}