@@ -28,10 +28,10 @@ public interface IAccountsApi : IApiAccessor
2828 /// Get information about the account.
2929 /// </summary>
3030 /// <remarks>
31- ///
31+ /// Returns details about a company account.
3232 /// </remarks>
3333 /// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
34- /// <param name="accountId"></param>
34+ /// <param name="accountId">(Required) The globally unique identifier (GUID) for the account. </param>
3535
3636
3737 /// <returns></returns>
@@ -41,10 +41,10 @@ public interface IAccountsApi : IApiAccessor
4141 /// Get information about the account.
4242 /// </summary>
4343 /// <remarks>
44- ///
44+ /// Returns details about a company account.
4545 /// </remarks>
4646 /// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
47- /// <param name="accountId"></param>
47+ /// <param name="accountId">(Required) The globally unique identifier (GUID) for the account. </param>
4848
4949
5050 /// <returns>ApiResponse of </returns>
@@ -55,10 +55,10 @@ public interface IAccountsApi : IApiAccessor
5555 /// Get information about the account.
5656 /// </summary>
5757 /// <remarks>
58- ///
58+ /// Returns details about a company account.
5959 /// </remarks>
6060 /// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
61- /// <param name="accountId"></param>
61+ /// <param name="accountId">(Required) The globally unique identifier (GUID) for the account. </param>
6262
6363
6464 /// <returns>Task of AccountSummary</returns>
@@ -68,10 +68,10 @@ public interface IAccountsApi : IApiAccessor
6868 /// Get information about the account.
6969 /// </summary>
7070 /// <remarks>
71- ///
71+ /// Returns details about a company account.
7272 /// </remarks>
7373 /// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
74- /// <param name="accountId"></param>
74+ /// <param name="accountId">(Required) The globally unique identifier (GUID) for the account. </param>
7575
7676
7777 /// <returns>Task of ApiResponse (AccountSummary)</returns>
@@ -133,10 +133,10 @@ public DocuSign.Rooms.Client.ExceptionFactory ExceptionFactory
133133
134134
135135 /// <summary>
136- /// Get information about the account.
136+ /// Get information about the account. Returns details about a company account.
137137 /// </summary>
138138 /// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
139- /// <param name="accountId"></param>
139+ /// <param name="accountId">(Required) The globally unique identifier (GUID) for the account. </param>
140140
141141
142142 /// <returns>AccountSummary</returns>
@@ -147,10 +147,10 @@ public AccountSummary GetAccountInformation (string accountId)
147147 }
148148
149149 /// <summary>
150- /// Get information about the account.
150+ /// Get information about the account. Returns details about a company account.
151151 /// </summary>
152152 /// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
153- /// <param name="accountId"></param>
153+ /// <param name="accountId">(Required) The globally unique identifier (GUID) for the account. </param>
154154
155155
156156 /// <returns>ApiResponse of AccountSummary</returns>
@@ -170,6 +170,10 @@ public ApiResponse< AccountSummary > GetAccountInformationWithHttpInfo (string a
170170
171171 // to determine the Content-Type header
172172 String [ ] localVarHttpContentTypes = new String [ ] {
173+ "application/json-patch+json" ,
174+ "application/json" ,
175+ "text/json" ,
176+ "application/_*+json"
173177 } ;
174178 String localVarHttpContentType = this . ApiClient . SelectHeaderContentType ( localVarHttpContentTypes ) ;
175179
@@ -224,10 +228,10 @@ public ApiResponse< AccountSummary > GetAccountInformationWithHttpInfo (string a
224228 }
225229
226230 /// <summary>
227- /// Get information about the account.
231+ /// Get information about the account. Returns details about a company account.
228232 /// </summary>
229233 /// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
230- /// <param name="accountId"></param>
234+ /// <param name="accountId">(Required) The globally unique identifier (GUID) for the account. </param>
231235
232236
233237 /// <returns>Task of AccountSummary</returns>
@@ -239,10 +243,10 @@ public async System.Threading.Tasks.Task<AccountSummary> GetAccountInformationAs
239243 }
240244
241245 /// <summary>
242- /// Get information about the account.
246+ /// Get information about the account. Returns details about a company account.
243247 /// </summary>
244248 /// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
245- /// <param name="accountId"></param>
249+ /// <param name="accountId">(Required) The globally unique identifier (GUID) for the account. </param>
246250
247251
248252 /// <returns>Task of ApiResponse (AccountSummary)</returns>
@@ -262,6 +266,10 @@ public async System.Threading.Tasks.Task<ApiResponse<AccountSummary>> GetAccount
262266
263267 // to determine the Content-Type header
264268 String [ ] localVarHttpContentTypes = new String [ ] {
269+ "application/json-patch+json" ,
270+ "application/json" ,
271+ "text/json" ,
272+ "application/_*+json"
265273 } ;
266274 String localVarHttpContentType = this . ApiClient . SelectHeaderContentType ( localVarHttpContentTypes ) ;
267275
0 commit comments