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" } } },