[skip ci] Updated swagger docs
This commit is contained in:
parent
e5e0413b70
commit
f1de3a9c19
|
|
@ -8619,7 +8619,7 @@ const docTemplate = `{
|
|||
"type": "boolean"
|
||||
},
|
||||
"done_at": {
|
||||
"description": "The time when a task was marked as done.",
|
||||
"description": "The time when a task was marked as done. This field is system-controlled and cannot be set via API.",
|
||||
"type": "string"
|
||||
},
|
||||
"due_date": {
|
||||
|
|
|
|||
|
|
@ -8611,7 +8611,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"done_at": {
|
||||
"description": "The time when a task was marked as done.",
|
||||
"description": "The time when a task was marked as done. This field is system-controlled and cannot be set via API.",
|
||||
"type": "string"
|
||||
},
|
||||
"due_date": {
|
||||
|
|
|
|||
|
|
@ -661,7 +661,8 @@ definitions:
|
|||
description: Whether a task is done or not.
|
||||
type: boolean
|
||||
done_at:
|
||||
description: The time when a task was marked as done.
|
||||
description: The time when a task was marked as done. This field is system-controlled
|
||||
and cannot be set via API.
|
||||
type: string
|
||||
due_date:
|
||||
description: The time when the task is due.
|
||||
|
|
|
|||
Loading…
Reference in New Issue