From e7dd0ea428d9cc62e9795d48b559f13e3ad232df Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Tue, 25 Feb 2025 13:40:34 +0100 Subject: [PATCH] add description of habita update_tasks action (#37670) --- source/_integrations/habitica.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/source/_integrations/habitica.markdown b/source/_integrations/habitica.markdown index 0ba104f2012..1c179d47d25 100644 --- a/source/_integrations/habitica.markdown +++ b/source/_integrations/habitica.markdown @@ -279,6 +279,21 @@ Fetch tasks from your Habitica account, with optional filters to narrow down the | tag | yes | Filter tasks that have one or more of the selected tags. | | keyword | yes | Filter tasks by keyword, searching across titles, notes, and checklists. | +### Action `habitica.update_reward` + +Updates a specific reward for the selected Habitica character. + +| Data attribute | Optional | Description | +| -------------- | -------- | -------------------------------------------------------------------------------------------- | +| `config_entry` | no | Select the Habitica account to update a reward. | +| `task` | no | The name (or task ID) of the reward you want to update. | +| `rename` | yes | The new title for the Habitica reward. | +| `description` | yes | The new description for the Habitica reward. | +| `cost` | yes | Update the cost of a reward. | +| `tag` | yes | Add tags to the Habitica reward. If a tag does not already exist, a new one will be created. | +| `remove_tag` | yes | Remove tags from the Habitica reward. | +| `alias` | yes | A task alias can be used instead of the name or task ID. Only dashes, underscores, and alphanumeric characters are supported. The task alias must be unique among all your tasks. | + ## Automations Get started with these automation examples for Habitica, each featuring ready-to-use blueprints!