v1
latestOpenAPI 3.1.1LicenseRef-Proprietary2026-07-1310179223.1 KBProjects
Create Section
Create a new section in a project.
post/projects/{project_id}/sections
Path parameters
project_idstring required
Example:ev:1234567789001
Project ID
Request body
Example request
{
"name": "Section Name",
"status": "open"
}Response
Created
Example response
{
"id": 1234,
"name": "Section Name",
"project": "ev:1234567890",
"position": 1,
"status": "open"
}