From 9e181bfc5535bf8d0cfb84589769745396c9aae9 Mon Sep 17 00:00:00 2001 From: "Frederick [Bot]" Date: Mon, 8 Jun 2026 14:15:20 +0000 Subject: [PATCH] [skip ci] Updated swagger docs --- pkg/swagger/docs.go | 4 ++++ pkg/swagger/swagger.json | 4 ++++ pkg/swagger/swagger.yaml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/pkg/swagger/docs.go b/pkg/swagger/docs.go index eac2622f5..8d094f3ae 100644 --- a/pkg/swagger/docs.go +++ b/pkg/swagger/docs.go @@ -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", diff --git a/pkg/swagger/swagger.json b/pkg/swagger/swagger.json index 645ebb2cb..b8f10bda2 100644 --- a/pkg/swagger/swagger.json +++ b/pkg/swagger/swagger.json @@ -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", diff --git a/pkg/swagger/swagger.yaml b/pkg/swagger/swagger.yaml index 1e1bbc818..2018d52ca 100644 --- a/pkg/swagger/swagger.yaml +++ b/pkg/swagger/swagger.yaml @@ -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