v1
latestOpenAPI 3.0.12026-07-26152262362.2 KBFolders
Update a folder
Updates the specified folder. All fields are optional. To reparent the folder, set parentFolderId to the target folder ID (use "root" for the top level). If a sibling at the target has the same name, the folder is auto-renamed. To move reports or allocations into or out of a folder, update the item's folderId field via the report or allocation PATCH endpoint.
patch/analytics/v1/folders/{id}
Path parameters
idstring required
Folder ID.
Request body
Example request
{
"parentFolderId": "root"
}Response
OK - Folder updated.
Example response
{
"parentFolderId": "root"
}