From a6d29d68c8dac356012e22bc8b9612b499c56db8 Mon Sep 17 00:00:00 2001 From: AJ Emerich Date: Wed, 2 Sep 2026 11:14:34 +0200 Subject: [PATCH] docs: state connection properties per task instead of plugin defaults pluginDefaults was removed in the latest Kestra release, so the docs must no longer point users at it or at kestra.io/docs/workflow-components/plugin-defaults. Connection properties are now stated on each task. --- src/main/resources/doc/io.kestra.plugin.todoist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/doc/io.kestra.plugin.todoist.md b/src/main/resources/doc/io.kestra.plugin.todoist.md index 870f671..55263e5 100644 --- a/src/main/resources/doc/io.kestra.plugin.todoist.md +++ b/src/main/resources/doc/io.kestra.plugin.todoist.md @@ -4,7 +4,7 @@ Manage tasks in Todoist from Kestra flows. ## Authentication -Set `apiToken` to your Todoist personal API token. Store it in a [secret](https://kestra.io/docs/concepts/secret) and apply it globally with [plugin defaults](https://kestra.io/docs/workflow-components/plugin-defaults). +Set `apiToken` to your Todoist personal API token. Store it in a [secret](https://kestra.io/docs/concepts/secret) and set it on each task. ## Tasks