You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// @Description "Returns all sections with meetings on the specified date in the specified building and room"
105
105
// @Produce json
106
-
// @Param date path string true "ISO date of the set of events to get"
107
-
// @Param building path string true"building abbreviation of the event location"
108
-
// @Paramroompathstringtrue"room number"
109
-
// @Success200{object}schema.APIResponse[[]schema.SectionWithTime] "All sections with meetings on the specified date in the specified building and room"
110
-
// @Failure 500 {object} schema.APIResponse[string] "A string describing the error"
111
-
// @Failure 404 {object} schema.APIResponse[string] "A string describing the error"
106
+
// @Param date path string true "ISO date of the set of events to get"
107
+
// @Param building path string true"building abbreviation of the event location"
108
+
// @Paramroompathstringtrue"room number"
109
+
// @Success200{object}schema.APIResponse[[]schema.SectionWithTime] "All sections with meetings on the specified date in the specified building and room"
110
+
// @Failure 500 {object} schema.APIResponse[string] "A string describing the error"
111
+
// @Failure 404 {object} schema.APIResponse[string] "A string describing the error"
// @Description "Returns full section objects with meetings on the specified date in the specified building and room"
158
158
// @Produce json
159
-
// @Param date path string true "ISO date of the set of events to get"
160
-
// @Param building path string true"building abbreviation of the event location"
161
-
// @Paramroompathstringtrue"room number"
162
-
// @Success200{object}schema.APIResponse[[]schema.Section] "Full section objects with meetings on the specified date in the specified building and room"
163
-
// @Failure 500 {object} schema.APIResponse[string] "A string describing the error"
164
-
// @Failure 404 {object} schema.APIResponse[string] "A string describing the error"
159
+
// @Param date path string true "ISO date of the set of events to get"
160
+
// @Param building path string true"building abbreviation of the event location"
161
+
// @Paramroompathstringtrue"room number"
162
+
// @Success200{object}schema.APIResponse[[]schema.Section] "Full section objects with meetings on the specified date in the specified building and room"
163
+
// @Failure 500 {object} schema.APIResponse[string] "A string describing the error"
164
+
// @Failure 404 {object} schema.APIResponse[string] "A string describing the error"
0 commit comments