edubase_post_metrics_custom
Update or increment a custom metric value in EduBase. Provide the metric name and target value, with support for relative increments using a '+' prefix.
Instructions
Update a custom metric.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric | Yes | metric name | |
| value | Yes | target value (also accepts increments with a + prefix) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric | Yes | metric name | |
| value | Yes | saved value |