Update Folder
PATCH/api/v1/folders/{folderId}
Update folder properties such as name, description, color, or starred status. Can also restore a folder from trash.
Headers
AuthorizationstringRequired
Bearer token for authentication
Content-TypestringRequired
application/json
Path Parameters
folderIdstringRequired
The unique identifier of the folder to update
Body
namestringOptional
New name for the folder
descriptionstringOptional
Folder description
colorstringOptional
Folder color (hex code)
isStarredbooleanOptional
Star or unstar the folder
actionstringOptional
Special action. Use 'restore' to restore folder from trash.
PATCH/api/v1/folders/{folderId}
Response