v1
latestOpenAPI 3.0.02026-07-2484509641.9 KBAudiences
Update Folder
Updates one or more attributes of an existing folder without requiring a full replacement. Supported fields: name, starred, description, and notes. Only fields present in the request body are modified; all other attributes remain unchanged. Use this endpoint to rename a folder, star or unstar it, or update its description and notes. Returns 200 with the updated folder resource. Returns 404 if no folder matches the provided folderId.
patch/studio/v1/folders/{folderId}
Path parameters
folderIdstring uuid required
The ID of the folder to update.
Response
Success