Skip to content

Commit

Permalink
[HTTP] versionResolution doc comment with information about interna…
Browse files Browse the repository at this point in the history
…l routes (#171971)
  • Loading branch information
jloleysens authored Nov 30, 2023
1 parent 4f10d44 commit df6e8dd
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit df6e8dd

Please sign in to comment.