English
cURL
curl --request POST \ --url https://api.sonderplan.com/v2/project/folder \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Andor Season One", "parent_folder_id": 5 } '
{ "success": { "id": 1 } }
WRITE
PROJECT
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project folder object that needs to be added
Returns the fields relevant to project folders
Folder Name
"Andor Season One"
The ID of the folder that this project is sitting in
5
Successful Operation
Show child attributes