Update a section's name or position within a project. Use when you need to rename a section or reorder sections by specifying insert_before or insert_after.
namestringThe new name for the section. This is the text displayed as the section header. Cannot be an empty string.
opt_fieldsarrayThis endpoint returns a resource which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
opt_prettybooleanProvides 'pretty' output with proper line breaking and indentation. Advisable only during debugging as it increases response time and size.
section_gidRequiredstringThe globally unique identifier for the section to update.
insert_afterstringAn existing section within this project after which the section should be inserted. Cannot be provided together with insert_before.
insert_beforestringAn existing section within this project before which the section should be inserted. Cannot be provided together with insert_after.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.