Skip to content

Commit 500417e

Browse files
committed
feat: update generated APIs
1 parent 186e0d1 commit 500417e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages_generated/cockpit/src/v1/api.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ If you need to receive alerts for other receivers, you can create additional con
790790
})
791791

792792
/**
793-
* List alerts. List preconfigured and/or custom alerts for the specified Project.
793+
* List alerts. List preconfigured and/or custom alerts for the specified Project and data source.
794794
*
795795
* @param request - The request {@link RegionalApiListAlertsRequest}
796796
* @returns A Promise of ListAlertsResponse

packages_generated/cockpit/src/v1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ export type RegionalApiListAlertsRequest = {
977977
*/
978978
state?: AlertState
979979
/**
980-
* If omitted, only alerts from the default scaleway data source will be listed.
980+
* If omitted, only alerts from the default Scaleway metrics data source will be listed.
981981
*/
982982
dataSourceId?: string
983983
}

0 commit comments

Comments
 (0)