From 30788112236bb9ee1713c8ac51d46de966909ad3 Mon Sep 17 00:00:00 2001 From: Daniel Rozmi Date: Mon, 16 Mar 2026 11:07:53 +0800 Subject: [PATCH] feat: add new properties to project related APIs --- .../wwwroot/Source/TimeLog.REST.API.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/TimeLog.API.Documentation/wwwroot/Source/TimeLog.REST.API.json b/TimeLog.API.Documentation/wwwroot/Source/TimeLog.REST.API.json index 59acad0..c42f8fb 100644 --- a/TimeLog.API.Documentation/wwwroot/Source/TimeLog.REST.API.json +++ b/TimeLog.API.Documentation/wwwroot/Source/TimeLog.REST.API.json @@ -16855,13 +16855,23 @@ }, "BudgetWorkHours": { "format": "double", - "description": "Gets or sets the bugget work hours", + "description": "Gets or sets the budgeted work hours", "type": "number" }, "BudgetWorkAmount": { "format": "double", - "description": "Gets or sets the bugget work amount", + "description": "Gets or sets the budgeted work amount", "type": "number" + }, + "StartDate": { + "format": "date-time", + "description": "Gets or sets the project start date", + "type": "string" + }, + "EndDate": { + "format": "date-time", + "description": "Gets or sets the project end date", + "type": "string" } } },