ca.json•2.98 kB
{
  "Todoist": "Todoist",
  "To-do list and task manager": "To-do list and task manager",
  "Create Task": "Create Task",
  "Update Task": "Update Task",
  "Find Task": "Find Task",
  "Mark Task as Completed": "Mark Task as Completed",
  "Custom API Call": "Custom API Call",
  "Create task": "Create task",
  "Updates an existing task.": "Updates an existing task.",
  "Finds a task by name.": "Finds a task by name.",
  "Marks a task as being completed.": "Marks a task as being completed.",
  "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
  "Project": "Project",
  "content": "content",
  "Description": "Description",
  "Labels": "Labels",
  "Priority": "Priority",
  "Due date": "Due date",
  "Section": "Section",
  "Task ID": "Task ID",
  "Name": "Name",
  "Method": "Method",
  "Headers": "Headers",
  "Query Parameters": "Query Parameters",
  "Body": "Body",
  "No Error on Failure": "No Error on Failure",
  "Timeout (in seconds)": "Timeout (in seconds)",
  "Task project ID. If not set, task is put to user's Inbox.": "Task project ID. If not set, task is put to user's Inbox.",
  "The task's content. It may contain some markdown-formatted text and hyperlinks": "The task's content. It may contain some markdown-formatted text and hyperlinks",
  "A description for the task. This value may contain some markdown-formatted text and hyperlinks.": "A description for the task. This value may contain some markdown-formatted text and hyperlinks.",
  "The task's labels (a list of names that may represent either personal or shared labels)": "The task's labels (a list of names that may represent either personal or shared labels)",
  "Task priority from 1 (normal) to 4 (urgent)": "Task priority from 1 (normal) to 4 (urgent)",
  "Can be either a specific date in YYYY-MM-DD format relative to user's timezone, a specific date and time in RFC3339 format, or a human defined date (e.g. 'next Monday') using local time": "Can be either a specific date in YYYY-MM-DD format relative to user's timezone, a specific date and time in RFC3339 format, or a human defined date (e.g. 'next Monday') using local time",
  "The name of the task to search for.": "The name of the task to search for.",
  "Search for tasks within the selected project. If left blank, then all projects are searched.": "Search for tasks within the selected project. If left blank, then all projects are searched.",
  "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
  "GET": "GET",
  "POST": "POST",
  "PATCH": "PATCH",
  "PUT": "PUT",
  "DELETE": "DELETE",
  "HEAD": "HEAD",
  "Task Completed": "Task Completed",
  "Triggers when a new task is completed": "Triggers when a new task is completed",
  "Leave it blank if you want to get completed tasks from all your projects.": "Leave it blank if you want to get completed tasks from all your projects."
}