Asana · Schema

TaskTemplateInstantiateTaskRequest

CollaborationProductivityProject ManagementProjectsTask ManagementTasksWorkflow

Properties

Name Type Description
name string The name of the new task. If not provided, the name of the task template will be used.
View JSON Schema on GitHub

JSON Schema

asana-tasktemplateinstantiatetaskrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TaskTemplateInstantiateTaskRequest",
  "title": "TaskTemplateInstantiateTaskRequest",
  "type": "object",
  "properties": {
    "name": {
      "description": "The name of the new task. If not provided, the name of the task template will be used.",
      "type": "string",
      "example": "New Task"
    }
  }
}