Move or Insert sections
POST
/projects/{project_gid}/sections/insert
Sections
before_section
or after_section
is required.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://app.asana.com/api/1.0/projects//sections/insert' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"after_section": "987654",
"before_section": "86420",
"project": "123456",
"section": "321654"
}
}'
Response Response Example
200 - Example 1
{
"data": {}
}
Request
Path Params
project_gid
string
required
Body Params application/json
Responses
Modified at 2022-09-13 02:00:31