diff --git a/pkg/swagger/docs.go b/pkg/swagger/docs.go index 027fe6259..1743ccd2d 100644 --- a/pkg/swagger/docs.go +++ b/pkg/swagger/docs.go @@ -7322,7 +7322,7 @@ var doc = `{ "type": "integer" }, "is_favorite": { - "description": "True if a task is a favorite task. Favorite tasks show up in a separate \"Important\" list", + "description": "True if a task is a favorite task. Favorite tasks show up in a separate \"Important\" list. This value depends on the user making the call to the api.", "type": "boolean" }, "labels": { @@ -7563,7 +7563,7 @@ var doc = `{ "type": "boolean" }, "is_favorite": { - "description": "True if a list is a favorite. Favorite lists show up in a separate namespace.", + "description": "True if a list is a favorite. Favorite lists show up in a separate namespace. This value depends on the user making the call to the api.", "type": "boolean" }, "namespace_id": { @@ -7898,7 +7898,7 @@ var doc = `{ "type": "integer" }, "is_favorite": { - "description": "True if a task is a favorite task. Favorite tasks show up in a separate \"Important\" list", + "description": "True if a task is a favorite task. Favorite tasks show up in a separate \"Important\" list. This value depends on the user making the call to the api.", "type": "boolean" }, "labels": { diff --git a/pkg/swagger/swagger.json b/pkg/swagger/swagger.json index 11712ea64..6514dc4ba 100644 --- a/pkg/swagger/swagger.json +++ b/pkg/swagger/swagger.json @@ -7305,7 +7305,7 @@ "type": "integer" }, "is_favorite": { - "description": "True if a task is a favorite task. Favorite tasks show up in a separate \"Important\" list", + "description": "True if a task is a favorite task. Favorite tasks show up in a separate \"Important\" list. This value depends on the user making the call to the api.", "type": "boolean" }, "labels": { @@ -7546,7 +7546,7 @@ "type": "boolean" }, "is_favorite": { - "description": "True if a list is a favorite. Favorite lists show up in a separate namespace.", + "description": "True if a list is a favorite. Favorite lists show up in a separate namespace. This value depends on the user making the call to the api.", "type": "boolean" }, "namespace_id": { @@ -7881,7 +7881,7 @@ "type": "integer" }, "is_favorite": { - "description": "True if a task is a favorite task. Favorite tasks show up in a separate \"Important\" list", + "description": "True if a task is a favorite task. Favorite tasks show up in a separate \"Important\" list. This value depends on the user making the call to the api.", "type": "boolean" }, "labels": { diff --git a/pkg/swagger/swagger.yaml b/pkg/swagger/swagger.yaml index f2652ba18..ec7e0c9ab 100644 --- a/pkg/swagger/swagger.yaml +++ b/pkg/swagger/swagger.yaml @@ -183,7 +183,8 @@ definitions: type: integer is_favorite: description: True if a task is a favorite task. Favorite tasks show up in - a separate "Important" list + a separate "Important" list. This value depends on the user making the call + to the api. type: boolean labels: description: An array of labels which are associated with this task. @@ -395,7 +396,7 @@ definitions: type: boolean is_favorite: description: True if a list is a favorite. Favorite lists show up in a separate - namespace. + namespace. This value depends on the user making the call to the api. type: boolean namespace_id: type: integer @@ -665,7 +666,8 @@ definitions: type: integer is_favorite: description: True if a task is a favorite task. Favorite tasks show up in - a separate "Important" list + a separate "Important" list. This value depends on the user making the call + to the api. type: boolean labels: description: An array of labels which are associated with this task.