Skip to content

Commit

Permalink
update docs add requests fo dq admin 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kish1n committed Aug 27, 2024
1 parent ba1f950 commit a7dc1f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/spec/components/schemas/DailyQuestionDelKey.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ properties:
description: Question id
type:
type: string
enum: [ daily_question ]
enum: [ daily_questions ]
2 changes: 1 addition & 1 deletion docs/spec/components/schemas/DailyQuestionDetailsKey.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ properties:
description: Question id
type:
type: string
enum: [ daily_question ]
enum: [ daily_questions ]
2 changes: 1 addition & 1 deletion docs/spec/components/schemas/DailyQuestionEditKey.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ properties:
description: Question id
type:
type: string
enum: [ daily_question_edit ]
enum: [ daily_questions ]

0 comments on commit a7dc1f5

Please sign in to comment.