We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba36250 commit 0740aa0Copy full SHA for 0740aa0
src/middlewares/version.ts
@@ -6,6 +6,7 @@ const DEFAULT_FALLBACK_VERSION = "15.1";
6
export const VERSION_PATH_PARAMETER = {
7
in: "path" as const,
8
name: "version",
9
+ description: "The version of the emoji data to use",
10
required: true,
11
example: "latest",
12
schema: {
0 commit comments