Skip to content

Commit

Permalink
fix(surveys): add subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
lpezzolla committed Dec 5, 2023
1 parent 060f83e commit be8343e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5013,6 +5013,10 @@ components:
title:
type: string
example: 'Survey title'
subtitle:
type: string
example: 'Survey subtitle'
nullable: true
category:
$ref: '#/components/schemas/SurveyTaxonomy'
type:
Expand All @@ -5038,4 +5042,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, subtitle, category, type, isCompiled, compileDate, url, startsAt, endsAt ]

0 comments on commit be8343e

Please sign in to comment.