Skip to content

Commit f3a6561

Browse files
authoredSep 9, 2024
fix: tick-homework studentId and homeworkStatusId types
1 parent aca6e8f commit f3a6561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎openapi/studentclientapi.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ paths:
125125

126126
parameters:
127127
- name: studentId
128-
in: path
128+
in: query
129129
required: true
130130
schema:
131131
type: integer
132132
- name: homeworkStatusId
133-
in: query
133+
in: path
134134
required: true
135135
description: The ID of the `homework.status` to mark as completed
136136
schema:

0 commit comments

Comments
 (0)