Skip to main content
POST
Create Section

Authorizations

X-Api-Key
string
header
required

Path Parameters

project_id
string
required

Project ID

Example:

"ev:1234567789001"

Body

application/json
name
string
required
Example:

"Section Name"

status
enum<string>
Available options:
open,
archived
Example:

"open"

placeBefore
integer[]

IDs of sections to place this one before (create only).

collapsed
boolean

Response

Created

id
number
required
Example:

1234

name
string
required
Example:

"Section Name"

project
string
required
Example:

"ev:1234567890"

position
number
required
Example:

1

status
enum<string>
Available options:
open,
archived
Example:

"open"

collapsed
boolean | null