Skip to content

Commit

Permalink
feat: schema update new action
Browse files Browse the repository at this point in the history
  • Loading branch information
LIEN-YUHSIANG committed Sep 17, 2023
1 parent 85d93c7 commit 9f3b1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/configs/api-gateway/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ export const forumThreadPatchReqSchema: apigw.JsonSchema = {
},
action: {
type: apigw.JsonSchemaType.STRING,
enum: ["update", "like", "dislike"],
enum: ["update", "like", "dislike", "update_count"],
},
},
required: ["data", "action"],
Expand Down

0 comments on commit 9f3b1fa

Please sign in to comment.