Skip to content

Commit

Permalink
docs(): fix dynamic config url (elastic#195271)
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo authored Oct 7, 2024
1 parent 149c514 commit 36fe809
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 36fe809

Please sign in to comment.