mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[HTTP] versionResolution
doc comment with information about internal routes (#171971)
This commit is contained in:
parent
4f10d4477b
commit
df6e8ddaed
1 changed files with 3 additions and 2 deletions
|
@ -178,9 +178,10 @@ const configSchema = schema.object(
|
|||
|
||||
versioned: schema.object({
|
||||
/**
|
||||
* Which handler resolution algo to use: "newest" or "oldest".
|
||||
* Which handler resolution algo to use for public routes: "newest" or "oldest".
|
||||
*
|
||||
* @note in development we have an additional option "none" which is also the default.
|
||||
* @note Internal routes always require a version to be specified.
|
||||
* @note in development we have an additional option "none" which is also the default in dev.
|
||||
* This prevents any fallbacks and requires that a version specified.
|
||||
* Useful for ensuring that a given client always specifies a version.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue