File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5134,6 +5134,11 @@ components:
51345134 auto_reminder :
51355135 type : boolean
51365136 example : false
5137+ timeToCompleteDays :
5138+ type : number
5139+ description : time to complete days is used to calculate expiry date of your document
5140+ format : number
5141+ example : 15
51375142 remind_once_in_every :
51385143 type : number
51395144 example : 0
@@ -6216,6 +6221,11 @@ components:
62166221 type : boolean
62176222 description : " Set to true to enable automatic reminders. Set to false to disable them (default behavior)."
62186223 example : false
6224+ timeToCompleteDays :
6225+ type : number
6226+ description : time to complete days is used to calculate expiry date of your document
6227+ format : number
6228+ example : 15
62196229 remind_once_in_every :
62206230 type : number
62216231 description : " Number of days between reminders. This is only applicable when auto_reminder is set to true."
You can’t perform that action at this time.
0 commit comments