Skip to content

Commit aca6e8f

Browse files
fix: date is not required for lessons. Fixes #3
1 parent f3a0376 commit aca6e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi/clientapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ paths:
171171
type: integer
172172
- name: date
173173
in: query
174-
required: true
174+
required: false
175175
schema:
176176
type: string
177177
format: date

0 commit comments

Comments
 (0)