You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/xero/api/client/ProjectApi.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -614,7 +614,7 @@ public HttpResponse getTaskForHttpResponse(String accessToken, String xeroTenan
614
614
* @param projectId You can specify an individual project by appending the projectId to the endpoint
615
615
* @param page Set to 1 by default. The requested number of the page in paged response - Must be a number greater than 0.
616
616
* @param pageSize Optional, it is set to 50 by default. The number of items to return per page in a paged response - Must be a number between 1 and 500.
617
-
* @param taskIds taskIds Search for all tasks that match a comma separated list of taskIds, i.e. GET https://.../tasks?taskIds={taskId},{taskId}
617
+
* @param taskIds taskIdsSearch for all tasks that match a comma separated list of taskIds, i.e. GET https://.../tasks?taskIds={taskId},{taskId}
618
618
* @param accessToken Authorization token for user set in header of each request
619
619
* @return Tasks
620
620
* @throws IOException if an error occurs while attempting to invoke the API
@@ -715,7 +715,7 @@ public HttpResponse getTasksForHttpResponse(String accessToken, String xeroTena
715
715
* @param contactId Finds all time entries for this contact identifier.
716
716
* @param page Set to 1 by default. The requested number of the page in paged response - Must be a number greater than 0.
717
717
* @param pageSize Optional, it is set to 50 by default. The number of items to return per page in a paged response - Must be a number between 1 and 500.
718
-
* @param states Comma-separated list of states to find. Will find all time entries that are in the status of whatever’s specified.
718
+
* @param states Comma-separated list of states to find. Will find all time entries that are in the status of whatever’s specified.
719
719
* @param isChargeable Finds all time entries which relate to tasks with the charge type `TIME` or `FIXED`.
720
720
* @param dateAfterUtc ISO 8601 UTC date. Finds all time entries on or after this date filtered on the `dateUtc` field.
721
721
* @param dateBeforeUtc ISO 8601 UTC date. Finds all time entries on or before this date filtered on the `dateUtc` field.
0 commit comments