mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-11 17:48:44 -05:00
[skip ci] Updated swagger docs
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user