diff --git a/docs/API/panel/alertList/index.md b/docs/API/panel/alertList/index.md index 50f35939..3861323e 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 50f35939..3861323e 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 e74ff7db..36c780bf 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 0acfa577..d12d0d1f 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', },