chore: add a description of an API parameter

This commit is contained in:
naskya 2023-09-30 19:02:28 +09:00
parent 789d05bed3
commit c3ffb4c52d
No known key found for this signature in database
GPG Key ID: 164DFF24E2D40139

View File

@ -62,6 +62,7 @@ export const paramDef = {
type: "string",
default: "chronological",
nullable: true,
description: "Either 'chronological' or 'relevancy'",
},
},
required: ["query"],