Create Metric Definition
Create a new metric definition for the organization. This metric can then be assigned values for specific companies.
Request
Parameters
Request Body (application/json)
{
"name": "Customer Tier",
"description": "The service level tier the customer is subscribed to.",
"data_type": "STRING"
}Responses
Successful Response (201) (application/json)
Validation Error (422) (application/json)
Last updated