Set Company Metric Value
Set or update a metric value for a specific company.
Request ⚙️
Parameters
Request Body (application/json)
{
"metric_id": "monthly_users",
"company_id": "COMP-F7E6D5",
"value": "9500"
}Responses
Successful Response (201) (application/json)
Validation Error (422)
Last updated