diff --git a/_docs/latest/api.html b/_docs/latest/api.html index 477c70994..3f9a89e9c 100644 --- a/_docs/latest/api.html +++ b/_docs/latest/api.html @@ -14785,6 +14785,14 @@ "default" : false, "type" : "boolean" } + }, { + "in" : "query", + "name" : "reindex", + "required" : true, + "schema" : { + "default" : true, + "type" : "boolean" + } } ], "responses" : { "2XX" : { diff --git a/_docs/latest/configuring-metabase/appearance.md b/_docs/latest/configuring-metabase/appearance.md index 31c9eefc3..f5a34062c 100644 --- a/_docs/latest/configuring-metabase/appearance.md +++ b/_docs/latest/configuring-metabase/appearance.md @@ -67,7 +67,7 @@ You can customize the colors that Metabase uses throughout the app:  -You can choose up to 24 hex values. If you choose fewer than 24 colors, Metabase will auto-generate colors to fill in the rest of the values. And don't bother ordering the colors here, as their order doesn't apply to the order of colors for series on charts. When building a chart, Metabase will select colors to make each series easy to distinguish. +You can choose up to 24 hex values. If you choose fewer than 24 colors, Metabase will auto-generate colors to fill in the rest of the values. The order of colors doesn't apply to the order of colors for series on charts. When building a chart, Metabase will select colors to make each series easy to distinguish. Custom colors are unavailable for: diff --git a/_docs/v0.56/api.html b/_docs/v0.56/api.html index d97900b72..8b8a8b11a 100644 --- a/_docs/v0.56/api.html +++ b/_docs/v0.56/api.html @@ -14784,6 +14784,14 @@ "default" : false, "type" : "boolean" } + }, { + "in" : "query", + "name" : "reindex", + "required" : true, + "schema" : { + "default" : true, + "type" : "boolean" + } } ], "responses" : { "2XX" : { diff --git a/_docs/v0.56/configuring-metabase/appearance.md b/_docs/v0.56/configuring-metabase/appearance.md index a5dd99e18..5a866f5b8 100644 --- a/_docs/v0.56/configuring-metabase/appearance.md +++ b/_docs/v0.56/configuring-metabase/appearance.md @@ -65,7 +65,7 @@ You can customize the colors that Metabase uses throughout the app:  -You can choose up to 24 hex values. If you choose fewer than 24 colors, Metabase will auto-generate colors to fill in the rest of the values. And don't bother ordering the colors here, as their order doesn't apply to the order of colors for series on charts. When building a chart, Metabase will select colors to make each series easy to distinguish. +You can choose up to 24 hex values. If you choose fewer than 24 colors, Metabase will auto-generate colors to fill in the rest of the values. The order of colors doesn't apply to the order of colors for series on charts. When building a chart, Metabase will select colors to make each series easy to distinguish. Custom colors are unavailable for: diff --git a/_site/docs/latest/CONTRIBUTING.html b/_site/docs/latest/CONTRIBUTING.html index 208103d50..7b84adf3b 100644 --- a/_site/docs/latest/CONTRIBUTING.html +++ b/_site/docs/latest/CONTRIBUTING.html @@ -187,7 +187,7 @@