Node
Widgets Endpoints
Update Metric Value
Updates the latest value for a metric displayed in ActivitySmith widgets. Create the metric in the web app first, then update its value using the key.
POST
Node
Authorizations
Required. Include Authorization: Bearer ask_123456789 in every request. Replace ask_123456789 with your API key.
Path Parameters
Metric key configured in the web app. Lowercase letters, numbers, dots, underscores, and dashes are allowed.
Required string length:
1 - 64Pattern:
^[a-z0-9][a-z0-9_.-]{0,63}$Body
application/json
Response
Metric value updated