AddTaskToSection
Add a task to a specific, existing section. This will remove the task from other sections of the project.
Input
| Name | Type | Required | Description |
| SectionId | String | True | A section Id in the project to move the task into. |
| TaskId | String | True | The task Id to add to this section. |
| AddAfter | String | False | An existing task id within this section before which the added task should be inserted. Cannot be provided together with insert_after. |
| AddBefore | String | False | An existing task id within this section after which the added task should be inserted. Cannot be provided together with insert_before. |
Result Set Columns
| Name | Type | Description |
| Status | String | The status of the operation. |