Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/resources/doc/io.kestra.plugin.todoist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading