[8.x] docs(): fix dynamic config url (#195271) (#195310)

# Backport

This will backport the following commits from `main` to `8.x`:
- [docs(): fix dynamic config url
(#195271)](https://github.com/elastic/kibana/pull/195271)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Alejandro Fernández
Haro","email":"alejandro.haro@elastic.co"},"sourceCommit":{"committedDate":"2024-10-07T19:00:42Z","message":"docs():
fix dynamic config url
(#195271)","sha":"36fe809ba9958d67235ee0d99d80d3d7a1defa56","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","v9.0.0","backport:prev-minor"],"title":"docs():
fix dynamic config
url","number":195271,"url":"https://github.com/elastic/kibana/pull/195271","mergeCommit":{"message":"docs():
fix dynamic config url
(#195271)","sha":"36fe809ba9958d67235ee0d99d80d3d7a1defa56"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195271","number":195271,"mergeCommit":{"message":"docs():
fix dynamic config url
(#195271)","sha":"36fe809ba9958d67235ee0d99d80d3d7a1defa56"}}]}]
BACKPORT-->

Co-authored-by: Alejandro Fernández Haro <alejandro.haro@elastic.co>
This commit is contained in:
Kibana Machine 2024-10-08 07:45:48 +11:00 committed by GitHub
parent 2d7971ee35
commit f5eac383a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,7 +107,7 @@ export interface PluginConfigDescriptor<T = any> {
*/
exposeToBrowser?: ExposedToBrowserDescriptor<T>;
/**
* List of configuration properties that can be dynamically changed via the PUT /_settings API.
* List of configuration properties that can be dynamically changed via the PUT /internal/core/_settings API.
*/
dynamicConfig?: DynamicConfigDescriptor<T>;
/**