diff --git a/docs/API/panel/alertList/index.md b/docs/API/panel/alertList/index.md index 3861323e..6a2b1e89 100644 --- a/docs/API/panel/alertList/index.md +++ b/docs/API/panel/alertList/index.md @@ -122,7 +122,7 @@ PARAMETERS: * **title** (`string`) -Creates a new alertList panel with a title. +Creates a new alertlist panel with a title. ### obj libraryPanel diff --git a/gen/grafonnet-v11.0.0/docs/panel/alertList/index.md b/gen/grafonnet-v11.0.0/docs/panel/alertList/index.md index 3861323e..6a2b1e89 100644 --- a/gen/grafonnet-v11.0.0/docs/panel/alertList/index.md +++ b/gen/grafonnet-v11.0.0/docs/panel/alertList/index.md @@ -122,7 +122,7 @@ PARAMETERS: * **title** (`string`) -Creates a new alertList panel with a title. +Creates a new alertlist panel with a title. ### obj libraryPanel diff --git a/gen/grafonnet-v11.0.0/panel/alertList.libsonnet b/gen/grafonnet-v11.0.0/panel/alertList.libsonnet index 36c780bf..0865829a 100644 --- a/gen/grafonnet-v11.0.0/panel/alertList.libsonnet +++ b/gen/grafonnet-v11.0.0/panel/alertList.libsonnet @@ -6,7 +6,7 @@ { '#withType': { 'function': { args: [], help: '' } }, withType(): { - type: 'alertList', + type: 'alertlist', }, }, options+: diff --git a/generator/patches/schemas.libsonnet b/generator/patches/schemas.libsonnet index d12d0d1f..3e58b2ec 100644 --- a/generator/patches/schemas.libsonnet +++ b/generator/patches/schemas.libsonnet @@ -105,7 +105,7 @@ local utils = import '../utils.libsonnet'; { info: { title: title, - 'x-schema-identifier': 'alertList', + 'x-schema-identifier': 'alertlist', 'x-schema-kind': 'composable', 'x-schema-variant': 'panelcfg', },