Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions TimeLog.API.Documentation/wwwroot/Source/TimeLog.REST.API.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down