[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot] 2026-06-08 14:15:20 +00:00
parent 00bbdbf95b
commit 9e181bfc55
3 changed files with 12 additions and 0 deletions

View File

@ -10202,6 +10202,10 @@ const docTemplate = `{
}
]
},
"time_entries_count": {
"description": "Time entry count of this task. Only present when fetching tasks with the ` + "`" + `expand` + "`" + ` parameter set to ` + "`" + `time_entries_count` + "`" + `.",
"type": "integer"
},
"title": {
"description": "The task text. This is what you'll see in the project.",
"type": "string",

View File

@ -10194,6 +10194,10 @@
}
]
},
"time_entries_count": {
"description": "Time entry count of this task. Only present when fetching tasks with the `expand` parameter set to `time_entries_count`.",
"type": "integer"
},
"title": {
"description": "The task text. This is what you'll see in the project.",
"type": "string",

View File

@ -1000,6 +1000,10 @@ definitions:
description: |-
The subscription status for the user reading this task. You can only read this property, use the subscription endpoints to modify it.
Will only returned when retrieving one task.
time_entries_count:
description: Time entry count of this task. Only present when fetching tasks
with the `expand` parameter set to `time_entries_count`.
type: integer
title:
description: The task text. This is what you'll see in the project.
minLength: 1