@@ -65,7 +65,8 @@ public com.squareup.okhttp.Call createSubscriptionCall(RequestBody requestBody,
6565 Object localVarPostBody = requestBody ;
6666
6767 // create path and map variables
68- String localVarPath = "/reporting/v3/report-subscriptions" ;
68+ String localVarPath = "/reporting/v3/report-subscriptions" ;
69+ /*.replaceAll("\\{" + "reportName" + "\\}", apiClient.escapeString(reportName.toString()));*/
6970
7071 List <Pair > localVarQueryParams = new ArrayList <Pair >();
7172
@@ -488,11 +489,11 @@ private com.squareup.okhttp.Call getSubscriptionValidateBeforeCall(String report
488489 * Retrieve subscription for a report name by organization
489490 *
490491 * @param reportName Name of the Report to Retrieve (required)
491- * @return ReportingV3ReportSubscriptionsGet200ResponseSubscriptions
492+ * @return ReportingV3ReportSubscriptionsGet200Response
492493 * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
493494 */
494- public ReportingV3ReportSubscriptionsGet200ResponseSubscriptions getSubscription (String reportName ) throws ApiException {
495- ApiResponse <ReportingV3ReportSubscriptionsGet200ResponseSubscriptions > resp = getSubscriptionWithHttpInfo (reportName );
495+ public ReportingV3ReportSubscriptionsGet200Response getSubscription (String reportName ) throws ApiException {
496+ ApiResponse <ReportingV3ReportSubscriptionsGet200Response > resp = getSubscriptionWithHttpInfo (reportName );
496497 return resp .getData ();
497498 }
498499
@@ -503,9 +504,9 @@ public ReportingV3ReportSubscriptionsGet200ResponseSubscriptions getSubscription
503504 * @return ApiResponse<ReportingV3ReportSubscriptionsGet200Response>
504505 * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
505506 */
506- public ApiResponse <ReportingV3ReportSubscriptionsGet200ResponseSubscriptions > getSubscriptionWithHttpInfo (String reportName ) throws ApiException {
507+ public ApiResponse <ReportingV3ReportSubscriptionsGet200Response > getSubscriptionWithHttpInfo (String reportName ) throws ApiException {
507508 com .squareup .okhttp .Call call = getSubscriptionValidateBeforeCall (reportName , null , null );
508- Type localVarReturnType = new TypeToken <ReportingV3ReportSubscriptionsGet200ResponseSubscriptions >(){}.getType ();
509+ Type localVarReturnType = new TypeToken <ReportingV3ReportSubscriptionsGet200Response >(){}.getType ();
509510 return apiClient .execute (call , localVarReturnType );
510511 }
511512
0 commit comments