Insight Mutate
Mutate an insight to LogSnag.
PATCH
https://api.logsnag.com/v1/insight
This endpoint allows you to change (mutate) existing numerical insights.
Headers
Name
Type
Description
Content-Type
String
application/json
Authorization
String
Bearer <TOKEN>
Request Body
Name
Type
Description
project*
String
Project name
title*
String
Insight title
value*
Mutation
See example below
icon
Emoji
Single emoji as the insight icon
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.
Last updated