Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages_generated/cockpit/src/v1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ If you need to receive alerts for other receivers, you can create additional con
})

/**
* List alerts. List preconfigured and/or custom alerts for the specified Project.
* List alerts. List preconfigured and/or custom alerts for the specified Project and data source.
*
* @param request - The request {@link RegionalApiListAlertsRequest}
* @returns A Promise of ListAlertsResponse
Expand Down
2 changes: 1 addition & 1 deletion packages_generated/cockpit/src/v1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ export type RegionalApiListAlertsRequest = {
*/
state?: AlertState
/**
* If omitted, only alerts from the default scaleway data source will be listed.
* If omitted, only alerts from the default Scaleway metrics data source will be listed.
*/
dataSourceId?: string
}
Expand Down
Loading