Skip to main content
PUT
Update Project Folder

Authorizations

Authorization
string
header
required

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

Query Parameters

id
integer<int64>
required

The ID of the project folder to update

Body

application/json

Project folder object with modifications

Returns the fields relevant to project folders

name
string

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