Update task
documentedUpdate a task by ID.
PUT /tasks/{id}Tasksno implementation yet0 runsInput
id*
Task ID
{{$id}}
title
Task Title
{{$title}}
description
Task Description
{{$description}}
due_date
Due Date
{{$due_date}}
assignee_id
Assignee ID
{{$assignee_id}}
section_id
Section ID
{{$section_id}}
label1
Label 1
{{$label1}}
label2
Label 2
{{$label2}}
status
Status
{{$status}}
priority
Priority
{{$priority}}
Calls MeisterTask as you (your API key is your account); keychains.dev holds the credentials.