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: Xero.NetStandard.OAuth2/Api/ProjectApi.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ public interface IProjectApiAsync : IApiAccessor
218
218
/// <param name="taskIds">taskIdsSearch for all tasks that match a comma separated list of taskIds, i.e. GET https://.../tasks?taskIds={taskId},{taskId} (optional)</param>
@@ -234,7 +234,7 @@ public interface IProjectApiAsync : IApiAccessor
234
234
/// <param name="taskIds">taskIdsSearch for all tasks that match a comma separated list of taskIds, i.e. GET https://.../tasks?taskIds={taskId},{taskId} (optional)</param>
235
235
/// <param name="chargeType"> (optional)</param>
236
236
/// <returns>Task of ApiResponse (Tasks)</returns>
/// Allows you to retrieve the time entries associated with a specific project
240
240
/// </summary>
@@ -1133,7 +1133,7 @@ public async System.Threading.Tasks.Task<Task> GetTaskAsync (string accessToken,
1133
1133
/// <param name="taskIds">taskIdsSearch for all tasks that match a comma separated list of taskIds, i.e. GET https://.../tasks?taskIds={taskId},{taskId} (optional)</param>
@@ -1151,7 +1151,7 @@ public async System.Threading.Tasks.Task<Tasks> GetTasksAsync (string accessToke
1151
1151
/// <param name="taskIds">taskIdsSearch for all tasks that match a comma separated list of taskIds, i.e. GET https://.../tasks?taskIds={taskId},{taskId} (optional)</param>
1152
1152
/// <param name="chargeType"> (optional)</param>
1153
1153
/// <returns>Task of ApiResponse (Tasks)</returns>
0 commit comments