[skip ci] Updated swagger docs
This commit is contained in:
parent
00bbdbf95b
commit
9e181bfc55
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue