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
@@ -7739,14 +7738,15 @@ protected function getCourseZipRequest($course_id)
7739
7738
* @param string $more Pagination token returned as `more` property of multi page list requests (optional)
7740
7739
* @param bool $include_course_metadata Include course metadata in the results. If the course has no metadata, adding this parameter has no effect. (optional, default to false)
7741
7740
* @param bool $include_registration_count Include the registration count in the results (optional, default to false)
7741
+
* @param bool $include_total_count Include the total count of results matching the provided filters as a header on the initial request. The header will not be present on subsequent requests resulting from passing the `more` token. (optional, default to false)
7742
7742
*
7743
7743
* @throws \RusticiSoftware\Cloud\V2\ApiException on non-2xx response
@@ -7765,15 +7765,16 @@ public function getCourses($since = null, $until = null, $datetime_filter = 'upd
7765
7765
* @param string $more Pagination token returned as `more` property of multi page list requests (optional)
7766
7766
* @param bool $include_course_metadata Include course metadata in the results. If the course has no metadata, adding this parameter has no effect. (optional, default to false)
7767
7767
* @param bool $include_registration_count Include the registration count in the results (optional, default to false)
7768
+
* @param bool $include_total_count Include the total count of results matching the provided filters as a header on the initial request. The header will not be present on subsequent requests resulting from passing the `more` token. (optional, default to false)
7768
7769
*
7769
7770
* @throws \RusticiSoftware\Cloud\V2\ApiException on non-2xx response
7770
7771
* @throws \InvalidArgumentException
7771
7772
* @return array of \RusticiSoftware\Cloud\V2\Model\CourseListSchema, HTTP status code, HTTP response headers (array of strings)
@@ -7857,13 +7858,14 @@ public function getCoursesWithHttpInfo($since = null, $until = null, $datetime_f
7857
7858
* @param string $more Pagination token returned as `more` property of multi page list requests (optional)
7858
7859
* @param bool $include_course_metadata Include course metadata in the results. If the course has no metadata, adding this parameter has no effect. (optional, default to false)
7859
7860
* @param bool $include_registration_count Include the registration count in the results (optional, default to false)
7861
+
* @param bool $include_total_count Include the total count of results matching the provided filters as a header on the initial request. The header will not be present on subsequent requests resulting from passing the `more` token. (optional, default to false)
* @param string $more Pagination token returned as `more` property of multi page list requests (optional)
7887
7889
* @param bool $include_course_metadata Include course metadata in the results. If the course has no metadata, adding this parameter has no effect. (optional, default to false)
7888
7890
* @param bool $include_registration_count Include the registration count in the results (optional, default to false)
7891
+
* @param bool $include_total_count Include the total count of results matching the provided filters as a header on the initial request. The header will not be present on subsequent requests resulting from passing the `more` token. (optional, default to false)
* @param string $more Pagination token returned as `more` property of multi page list requests (optional)
7946
7949
* @param bool $include_course_metadata Include course metadata in the results. If the course has no metadata, adding this parameter has no effect. (optional, default to false)
7947
7950
* @param bool $include_registration_count Include the registration count in the results (optional, default to false)
7951
+
* @param bool $include_total_count Include the total count of results matching the provided filters as a header on the initial request. The header will not be present on subsequent requests resulting from passing the `more` token. (optional, default to false)
0 commit comments