Include request parameters validation on the API instead of running the queries directly and expect for a potential error. Example: If inserting data about a specific `cluster_id`, check that the provided `cluster_id` is not empty before inserting
Include request parameters validation on the API instead of running the queries directly and expect for a potential error.
Example: If inserting data about a specific
cluster_id, check that the providedcluster_idis not empty before inserting