@@ -51,10 +51,10 @@ public interface IFaxApiSync : IApiAccessor
5151 /// <returns>ApiResponse of Object(void)</returns>
5252 ApiResponse < Object > FaxDeleteWithHttpInfo ( string faxId , int operationIndex = 0 ) ;
5353 /// <summary>
54- /// List Fax Files
54+ /// Download Fax Files
5555 /// </summary>
5656 /// <remarks>
57- /// Returns list of fax files
57+ /// Downloads fax files
5858 /// </remarks>
5959 /// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
6060 /// <param name="faxId">Fax ID</param>
@@ -63,10 +63,10 @@ public interface IFaxApiSync : IApiAccessor
6363 System . IO . Stream FaxFiles ( string faxId , int operationIndex = 0 ) ;
6464
6565 /// <summary>
66- /// List Fax Files
66+ /// Download Fax Files
6767 /// </summary>
6868 /// <remarks>
69- /// Returns list of fax files
69+ /// Downloads fax files
7070 /// </remarks>
7171 /// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
7272 /// <param name="faxId">Fax ID</param>
@@ -179,10 +179,10 @@ public interface IFaxApiAsync : IApiAccessor
179179 /// <returns>Task of ApiResponse</returns>
180180 System . Threading . Tasks . Task < ApiResponse < Object > > FaxDeleteWithHttpInfoAsync ( string faxId , int operationIndex = 0 , System . Threading . CancellationToken cancellationToken = default ( global ::System . Threading . CancellationToken ) ) ;
181181 /// <summary>
182- /// List Fax Files
182+ /// Download Fax Files
183183 /// </summary>
184184 /// <remarks>
185- /// Returns list of fax files
185+ /// Downloads fax files
186186 /// </remarks>
187187 /// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
188188 /// <param name="faxId">Fax ID</param>
@@ -192,10 +192,10 @@ public interface IFaxApiAsync : IApiAccessor
192192 System . Threading . Tasks . Task < System . IO . Stream > FaxFilesAsync ( string faxId , int operationIndex = 0 , System . Threading . CancellationToken cancellationToken = default ( global ::System . Threading . CancellationToken ) ) ;
193193
194194 /// <summary>
195- /// List Fax Files
195+ /// Download Fax Files
196196 /// </summary>
197197 /// <remarks>
198- /// Returns list of fax files
198+ /// Downloads fax files
199199 /// </remarks>
200200 /// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
201201 /// <param name="faxId">Fax ID</param>
@@ -555,7 +555,7 @@ public Dropbox.Sign.Client.ApiResponse<Object> FaxDeleteWithHttpInfo(string faxI
555555 }
556556
557557 /// <summary>
558- /// List Fax Files Returns list of fax files
558+ /// Download Fax Files Downloads fax files
559559 /// </summary>
560560 /// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
561561 /// <param name="faxId">Fax ID</param>
@@ -568,7 +568,7 @@ public System.IO.Stream FaxFiles(string faxId, int operationIndex = 0)
568568 }
569569
570570 /// <summary>
571- /// List Fax Files Returns list of fax files
571+ /// Download Fax Files Downloads fax files
572572 /// </summary>
573573 /// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
574574 /// <param name="faxId">Fax ID</param>
@@ -632,7 +632,7 @@ public System.IO.Stream FaxFiles(string faxId, int operationIndex = 0)
632632 }
633633
634634 /// <summary>
635- /// List Fax Files Returns list of fax files
635+ /// Download Fax Files Downloads fax files
636636 /// </summary>
637637 /// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
638638 /// <param name="faxId">Fax ID</param>
@@ -646,7 +646,7 @@ public System.IO.Stream FaxFiles(string faxId, int operationIndex = 0)
646646 }
647647
648648 /// <summary>
649- /// List Fax Files Returns list of fax files
649+ /// Download Fax Files Downloads fax files
650650 /// </summary>
651651 /// <exception cref="Dropbox.Sign.Client.ApiException">Thrown when fails to make API call</exception>
652652 /// <param name="faxId">Fax ID</param>
0 commit comments