Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 697 Bytes

GoalAddSubgoalRequest.md

File metadata and controls

11 lines (7 loc) · 697 Bytes

Asana.GoalAddSubgoalRequest

Properties

Name Type Description Notes
subgoal String The goal gid to add as subgoal to a parent goal
insertBefore String An id of a subgoal of this parent goal. The new subgoal will be added before the one specified here. `insert_before` and `insert_after` parameters cannot both be specified. [optional]
insertAfter String An id of a subgoal of this parent goal. The new subgoal will be added after the one specified here. `insert_before` and `insert_after` parameters cannot both be specified. [optional]