[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot]
2025-09-11 07:53:45 +00:00
parent e5e0413b70
commit f1de3a9c19
3 changed files with 4 additions and 3 deletions

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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.