Skip to main content
PUT
Update Section

Authorizations

X-Api-Key
string
header
required

Path Parameters

section_id
number
required

Section ID

Example:

349235

Body

application/json
name
string
Example:

"Section Name"

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

"open"

collapsed
boolean

Response

OK

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