Add task to section
POST
/sections/{section_gid}/addTask
Sections
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://app.asana.com/api/1.0/sections//addTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"insert_after": "987654",
"insert_before": "86420",
"task": "123456"
}
}'
Response Response Example
200 - Example 1
{
"data": {}
}
Request
Path Params
section_gid
string
required
Body Params application/json
Responses
Modified at 2022-09-13 02:00:31