From d9a493d9f1213bc5755d9b4c8f2d10e7f7db785a Mon Sep 17 00:00:00 2001 From: Peter Krzyzek Date: Wed, 14 Sep 2022 10:00:41 -0500 Subject: [PATCH] Updating docs for clarity --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 0e4b84d..cf68a37 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,33 @@ This repo contains the N8N Plutio node created by Chykalophia. We created this N8N module so that we could internet our internal tools together. This module connects via the Plutio API to manage: - Tasks + - Get (single) Task + - Delete Task + - Update Task + - Create Task + - Copy Task + - Move Task - Projects + - Create Project + - Get (single) Project + - By user email + - By user ID + - By Project name + - By Project ID + - Update Project + - Delete Project - Comments + - Create Comment + - Get (single) Comment + - Update Comment + - Delete Comment - Invoices + - Create Invoice + - Get (single) Invoice + - Update Invoice + - Delete Invoice + +This module uses Plutio API version 1.10 # About Chykalophia