Skip to content

Commit

Permalink
[8.x] docs(): fix dynamic config url (#195271) (#195310)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.x`:
- [docs(): fix dynamic config url
(#195271)](#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":"[email protected]"},"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 <[email protected]>
  • Loading branch information
kibanamachine and afharo authored Oct 7, 2024
1 parent 2d7971e commit f5eac38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/plugins/core-plugins-server/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
/**
Expand Down

0 comments on commit f5eac38

Please sign in to comment.