v1
latestOpenAPI 3.1.1LicenseRef-Proprietary2026-07-1310179223.1 KBProjects
Update Section
Update a section's name or position.
put/sections/{section_id}
Path parameters
section_idnumber required
Example:349235
Section ID
Request body
Example request
{
"name": "Section Name",
"status": "open"
}Response
OK
Example response
{
"id": 1234,
"name": "Section Name",
"project": "ev:1234567890",
"position": 1,
"status": "open"
}