Asana · Schema

GoalAddSupportingWorkRequest

CollaborationProductivityProject ManagementProjectsTask ManagementTasksWorkflow

Properties

Name Type Description
supporting_work string The project/task/portfolio gid to add as supporting work for a goal
View JSON Schema on GitHub

JSON Schema

asana-goaladdsupportingworkrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GoalAddSupportingWorkRequest",
  "title": "GoalAddSupportingWorkRequest",
  "type": "object",
  "required": [
    "supporting_work"
  ],
  "properties": {
    "supporting_work": {
      "description": "The project/task/portfolio gid to add as supporting work for a goal",
      "type": "string",
      "example": "1331"
    }
  }
}