From 1f6454d85bd8b70d5ff783ec3360b7f75309ab6c Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Fri, 31 Oct 2025 15:41:37 +0000 Subject: [PATCH] feat: update generated APIs --- api/cockpit/v1/cockpit_sdk.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/cockpit/v1/cockpit_sdk.go b/api/cockpit/v1/cockpit_sdk.go index 483770c4..8dd2a062 100644 --- a/api/cockpit/v1/cockpit_sdk.go +++ b/api/cockpit/v1/cockpit_sdk.go @@ -2364,7 +2364,7 @@ func (s *RegionalAPI) DisableAlertManager(req *RegionalAPIDisableAlertManagerReq return &resp, nil } -// GetRulesCount: Get the number of enabled rules Get a detailed count of enabled rules in the specified Project. Includes preconfigured and custom alerting and recording rules. +// GetRulesCount: Get a detailed count of enabled rules in the specified Project. Includes preconfigured and custom alerting and recording rules. func (s *RegionalAPI) GetRulesCount(req *RegionalAPIGetRulesCountRequest, opts ...scw.RequestOption) (*GetRulesCountResponse, error) { var err error