---
title: "Updates an existing Policy Folder by ID"
method: PUT
path: "/policy_folders/{id}"
tags: ["Policy Folder"]
---

# Updates an existing Policy Folder by ID

`PUT /policy_folders/{id}`

Required permission: Policies - Edit ($)
Syncro accounts only.

## Path parameters

- `id` integer, required

## Request body

- object
  - `name` string
  - `parent_id` integer
  - `partial_policy_id` integer, nullable

## Response `200`

successful

## Other responses

- `404` — Invalid request
- `422` — Invalid request

## Changes

- **2026-08-18** `ba07bb992e69` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/syncromsp/apis/syncro/changes/policy_folders/:id/put.md)

---

[API](https://skmtc.dev/syncromsp/apis/syncro.md) · [All operations](https://skmtc.dev/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/syncromsp/syncro/revisions/dfc1c332d2c2/schema)
