Skip to content

Commit

Permalink
fix(surveys): add category name
Browse files Browse the repository at this point in the history
  • Loading branch information
lpezzolla committed Dec 4, 2023
1 parent e731e60 commit af64584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5034,4 +5034,4 @@ components:
example: '2022-08-31T14:00:00Z'
course:
$ref: '#/components/schemas/SurveyCourseRef'
required: [ id, title, category, type, isCompiled, compileDate, url, startsAt, endsAt ]
required: [ id, title, category, categoryName, type, isCompiled, compileDate, url, startsAt, endsAt ]

0 comments on commit af64584

Please sign in to comment.