Skip to content

Commit db50e51

Browse files
committed
Fix open ended WorkSchedule example
1 parent e4c7fd3 commit db50e51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

KarbonAPI.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11808,7 +11808,7 @@
1180811808
"ScheduleEndDate": {
1180911809
"type": "string",
1181011810
"format": "date-time",
11811-
"description": "The date at which this Work Schedule should stop running<br>To set the Work Schedule to run forever, set the value of this property to <code>0001-01-01</code>.",
11811+
"description": "The date at which this Work Schedule should stop running<br>To set the Work Schedule to run forever, set the value of this property to <code>null</code>.",
1181211812
"example": "2021-09-01"
1181311813
},
1181411814
"ScheduleDueDateMethod": {
@@ -12110,6 +12110,7 @@
1211012110
},
1211112111
"EstimatedBudget": {
1211212112
"type": "string",
12113+
"nullable": true,
1211312114
"description": "The estimated budget for the Work Items generated using this Work Template. This property value will be <code>null</code>.",
1211412115
"example": null
1211512116
},

0 commit comments

Comments
 (0)