Skip to main content
POST
Create Project Folder

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Project folder object that needs to be added

Returns the fields relevant to project folders

name
string
required

Folder Name

Example:

"Andor Season One"

parent_folder_id
integer

The ID of the folder that this project is sitting in

Example:

5

Response

Successful Operation

success
object