Skip to main content
PUT

Update folder

Send at least one of name, color, or parent_id. You cannot set parent_id to this folder or to any of its subfolders.

Request

folder_id
integer
required
The id of the folder to update (same as the id field on the folder)
name
string
New name
color
string
Hex color
parent_id
integer
New parent folder id in the same workspace, or null to move to root
Requires the posts ability.