@@ -86,7 +86,7 @@ public class AccountingApi {
8686 private ApiClient apiClient;
8787 private static AccountingApi instance = null;
8888 private String userAgent = "Default";
89- private String version = "4.5.0 ";
89+ private String version = "4.5.1 ";
9090 static final Logger logger = LoggerFactory.getLogger(AccountingApi.class);
9191
9292 public AccountingApi() {
@@ -1219,7 +1219,9 @@ public HttpResponse createBankTransferAttachmentByFileNameForHttpResponse(
12191219 }
12201220
12211221 /**
1222- * <b>200</b> - Success - return response of type HistoryRecords array of HistoryRecord objects
1222+ * Allows you to create history record for a bank transfers
1223+ *
1224+ * <p><b>200</b> - Success - return response of type HistoryRecords array of HistoryRecord objects
12231225 *
12241226 * <p><b>400</b> - A failed request due to validation error
12251227 *
@@ -2879,8 +2881,10 @@ public HttpResponse createCreditNotesForHttpResponse(
28792881 }
28802882
28812883 /**
2882- * <b>200</b> - Unsupported - return response incorrect exception, API is not able to create new
2883- * Currency
2884+ * Allows you to create a new currency for an org
2885+ *
2886+ * <p><b>200</b> - Unsupported - return response incorrect exception, API is not able to create
2887+ * new Currency
28842888 *
28852889 * @param xeroTenantId Xero identifier for Tenant
28862890 * @param currency Currency obejct in the body of request
@@ -20945,7 +20949,9 @@ public HttpResponse updateBankTransferAttachmentByFileNameForHttpResponse(
2094520949 }
2094620950
2094720951 /**
20948- * <b>200</b> - Success - return response of type Contacts array with an updated Contact
20952+ * Allows you to update one contact in a Xero organisation
20953+ *
20954+ * <p><b>200</b> - Success - return response of type Contacts array with an updated Contact
2094920955 *
2095020956 * <p><b>400</b> - A failed request due to validation error
2095120957 *
0 commit comments