Skip to main content
POST
Move a scenario folder

Authorizations

Authorization
string
header
required

OAuth access token issued by Cekura for connected apps.

Body

path
string
required

Current folder path to move. Example: "Sales.Inbound"

project_id
integer
required

Project ID the folder belongs to

new_parent_path
string | null

New parent folder path. Empty or null to move to root. Example: "Marketing"

Response

200 - application/json
name
string
required
Maximum string length: 300
path
string
read-only

Human-readable path with case preservation

created_at
string<date-time>
read-only
updated_at
string<date-time>
read-only