Create Metric Config
POST/metric-configs
Create a versioned metric configuration under request.workspace_id (admin/editor
there). created_at/created_by are server-set. 409 if this workspace already holds
that (name, version), or if config_name is already bound to a different metric here; 422
if the document does not validate.
Request
Responses
- 201
- 403
- 404
- 409
- 422
Successful Response
Forbidden
Not Found
Conflict
Unprocessable Entity