Asana · Schema

GoalRemoveSubgoalRequest

CollaborationProductivityProject ManagementProjectsTask ManagementTasksWorkflow

Properties

Name Type Description
subgoal string The goal gid to remove as subgoal from the parent goal
View JSON Schema on GitHub

JSON Schema

asana-goalremovesubgoalrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GoalRemoveSubgoalRequest",
  "title": "GoalRemoveSubgoalRequest",
  "type": "object",
  "required": [
    "subgoal"
  ],
  "properties": {
    "subgoal": {
      "description": "The goal gid to remove as subgoal from the parent goal",
      "type": "string",
      "example": "1331"
    }
  }
}