@@ -488,7 +488,6 @@ public okhttp3.Call repoSyncExportAsync(String accountId, String id, String xPhr
488488 * @param accountId Account ID (required)
489489 * @param id ID (required)
490490 * @param xPhraseAppOTP Two-Factor-Authentication token (optional) (optional)
491- * @param branch Branch to use (optional)
492491 * @param repoSyncImportParameters (optional)
493492 * @param _callback Callback for upload/download progress
494493 * @return Call to execute
@@ -502,7 +501,7 @@ public okhttp3.Call repoSyncExportAsync(String accountId, String id, String xPhr
502501 <tr><td> 429 </td><td> Rate Limiting </td><td> * X-Rate-Limit-Limit - <br> * X-Rate-Limit-Remaining - <br> * X-Rate-Limit-Reset - <br> </td></tr>
503502 </table>
504503 */
505- public okhttp3 .Call repoSyncImportCall (String accountId , String id , String xPhraseAppOTP , String branch , RepoSyncImportParameters repoSyncImportParameters , final ApiCallback _callback ) throws ApiException {
504+ public okhttp3 .Call repoSyncImportCall (String accountId , String id , String xPhraseAppOTP , RepoSyncImportParameters repoSyncImportParameters , final ApiCallback _callback ) throws ApiException {
506505 Object localVarPostBody = repoSyncImportParameters ;
507506
508507 // create path and map variables
@@ -512,10 +511,6 @@ public okhttp3.Call repoSyncImportCall(String accountId, String id, String xPhra
512511
513512 List <Pair > localVarQueryParams = new ArrayList <Pair >();
514513 List <Pair > localVarCollectionQueryParams = new ArrayList <Pair >();
515- if (branch != null ) {
516- localVarQueryParams .addAll (localVarApiClient .parameterToPair ("branch" , branch ));
517- }
518-
519514 Map <String , String > localVarHeaderParams = new HashMap <String , String >();
520515 if (xPhraseAppOTP != null ) {
521516 localVarHeaderParams .put ("X-PhraseApp-OTP" , localVarApiClient .parameterToString (xPhraseAppOTP ));
@@ -542,7 +537,7 @@ public okhttp3.Call repoSyncImportCall(String accountId, String id, String xPhra
542537 }
543538
544539 @ SuppressWarnings ("rawtypes" )
545- private okhttp3 .Call repoSyncImportValidateBeforeCall (String accountId , String id , String xPhraseAppOTP , String branch , RepoSyncImportParameters repoSyncImportParameters , final ApiCallback _callback ) throws ApiException {
540+ private okhttp3 .Call repoSyncImportValidateBeforeCall (String accountId , String id , String xPhraseAppOTP , RepoSyncImportParameters repoSyncImportParameters , final ApiCallback _callback ) throws ApiException {
546541
547542 // verify the required parameter 'accountId' is set
548543 if (accountId == null ) {
@@ -555,7 +550,7 @@ private okhttp3.Call repoSyncImportValidateBeforeCall(String accountId, String i
555550 }
556551
557552
558- okhttp3 .Call localVarCall = repoSyncImportCall (accountId , id , xPhraseAppOTP , branch , repoSyncImportParameters , _callback );
553+ okhttp3 .Call localVarCall = repoSyncImportCall (accountId , id , xPhraseAppOTP , repoSyncImportParameters , _callback );
559554 return localVarCall ;
560555
561556 }
@@ -566,7 +561,6 @@ private okhttp3.Call repoSyncImportValidateBeforeCall(String accountId, String i
566561 * @param accountId Account ID (required)
567562 * @param id ID (required)
568563 * @param xPhraseAppOTP Two-Factor-Authentication token (optional) (optional)
569- * @param branch Branch to use (optional)
570564 * @param repoSyncImportParameters (optional)
571565 * @return RepoSyncEvent
572566 * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
@@ -579,8 +573,8 @@ private okhttp3.Call repoSyncImportValidateBeforeCall(String accountId, String i
579573 <tr><td> 429 </td><td> Rate Limiting </td><td> * X-Rate-Limit-Limit - <br> * X-Rate-Limit-Remaining - <br> * X-Rate-Limit-Reset - <br> </td></tr>
580574 </table>
581575 */
582- public RepoSyncEvent repoSyncImport (String accountId , String id , String xPhraseAppOTP , String branch , RepoSyncImportParameters repoSyncImportParameters ) throws ApiException {
583- ApiResponse <RepoSyncEvent > localVarResp = repoSyncImportWithHttpInfo (accountId , id , xPhraseAppOTP , branch , repoSyncImportParameters );
576+ public RepoSyncEvent repoSyncImport (String accountId , String id , String xPhraseAppOTP , RepoSyncImportParameters repoSyncImportParameters ) throws ApiException {
577+ ApiResponse <RepoSyncEvent > localVarResp = repoSyncImportWithHttpInfo (accountId , id , xPhraseAppOTP , repoSyncImportParameters );
584578 return localVarResp .getData ();
585579 }
586580
@@ -590,7 +584,6 @@ public RepoSyncEvent repoSyncImport(String accountId, String id, String xPhraseA
590584 * @param accountId Account ID (required)
591585 * @param id ID (required)
592586 * @param xPhraseAppOTP Two-Factor-Authentication token (optional) (optional)
593- * @param branch Branch to use (optional)
594587 * @param repoSyncImportParameters (optional)
595588 * @return ApiResponse<RepoSyncEvent>
596589 * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
@@ -603,8 +596,8 @@ public RepoSyncEvent repoSyncImport(String accountId, String id, String xPhraseA
603596 <tr><td> 429 </td><td> Rate Limiting </td><td> * X-Rate-Limit-Limit - <br> * X-Rate-Limit-Remaining - <br> * X-Rate-Limit-Reset - <br> </td></tr>
604597 </table>
605598 */
606- public ApiResponse <RepoSyncEvent > repoSyncImportWithHttpInfo (String accountId , String id , String xPhraseAppOTP , String branch , RepoSyncImportParameters repoSyncImportParameters ) throws ApiException {
607- okhttp3 .Call localVarCall = repoSyncImportValidateBeforeCall (accountId , id , xPhraseAppOTP , branch , repoSyncImportParameters , null );
599+ public ApiResponse <RepoSyncEvent > repoSyncImportWithHttpInfo (String accountId , String id , String xPhraseAppOTP , RepoSyncImportParameters repoSyncImportParameters ) throws ApiException {
600+ okhttp3 .Call localVarCall = repoSyncImportValidateBeforeCall (accountId , id , xPhraseAppOTP , repoSyncImportParameters , null );
608601 Type localVarReturnType = new TypeToken <RepoSyncEvent >(){}.getType ();
609602 return localVarApiClient .execute (localVarCall , localVarReturnType );
610603 }
@@ -615,7 +608,6 @@ public ApiResponse<RepoSyncEvent> repoSyncImportWithHttpInfo(String accountId, S
615608 * @param accountId Account ID (required)
616609 * @param id ID (required)
617610 * @param xPhraseAppOTP Two-Factor-Authentication token (optional) (optional)
618- * @param branch Branch to use (optional)
619611 * @param repoSyncImportParameters (optional)
620612 * @param _callback The callback to be executed when the API call finishes
621613 * @return The request call
@@ -629,9 +621,9 @@ public ApiResponse<RepoSyncEvent> repoSyncImportWithHttpInfo(String accountId, S
629621 <tr><td> 429 </td><td> Rate Limiting </td><td> * X-Rate-Limit-Limit - <br> * X-Rate-Limit-Remaining - <br> * X-Rate-Limit-Reset - <br> </td></tr>
630622 </table>
631623 */
632- public okhttp3 .Call repoSyncImportAsync (String accountId , String id , String xPhraseAppOTP , String branch , RepoSyncImportParameters repoSyncImportParameters , final ApiCallback <RepoSyncEvent > _callback ) throws ApiException {
624+ public okhttp3 .Call repoSyncImportAsync (String accountId , String id , String xPhraseAppOTP , RepoSyncImportParameters repoSyncImportParameters , final ApiCallback <RepoSyncEvent > _callback ) throws ApiException {
633625
634- okhttp3 .Call localVarCall = repoSyncImportValidateBeforeCall (accountId , id , xPhraseAppOTP , branch , repoSyncImportParameters , _callback );
626+ okhttp3 .Call localVarCall = repoSyncImportValidateBeforeCall (accountId , id , xPhraseAppOTP , repoSyncImportParameters , _callback );
635627 Type localVarReturnType = new TypeToken <RepoSyncEvent >(){}.getType ();
636628 localVarApiClient .executeAsync (localVarCall , localVarReturnType , _callback );
637629 return localVarCall ;
0 commit comments