post https://app.asana.com/api/1.0/projects//sections/insert
Move sections relative to each other. One of
before_section
or after_section
is required.
Sections cannot be moved between projects.
Returns an empty data block.
Responses
Move sections relative to each other. One of
before_section
or after_section
is required.
Sections cannot be moved between projects.
Returns an empty data block.
xxxxxxxxxx
curl --request POST \
--url https://app.asana.com/api/1.0/projects/project_gid/sections/insert \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"data": {}
}