Sign in

Create metric

documented

Create a new metric.

POST /metricsMetricsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.workboard.com/api/v1/metrics" -X POST -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" -H "Content-Type: application/json" -H "Accept: application/json" -d '{"metric_id": "{{$metric_id}}", "timestamp": "{{$timestamp}}", "value": {{$value}}, "notes": "{{$notes}}"}'
Create metric · WorkBoard · OpenIntegrations