Skip to content

Commit 70803ad

Browse files
file_name -> filename (#13)
1 parent e2eb4d5 commit 70803ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openapi/schemas/homework/student_homework_attachment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ type: object
22
properties:
33
id:
44
type: integer
5-
file_name:
5+
filename:
66
type: string
77
file:
88
type: string

openapi/schemas/homework/teacher_validated_homework_attachment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ type: object
22
properties:
33
id:
44
type: integer
5-
file_name:
5+
filename:
66
type: string
77
file:
88
type: string

0 commit comments

Comments
 (0)