# UpdatePolicyRequest


[API catalog](/reference/api/) · [AI Governance overview](/reference/api/ai-governance/latest/) · [Product manual](https://docs.docker.com/ai/sandboxes/governance/) · [OpenAPI specification](/reference/api/ai-governance/api.yaml)

API version: 1



Schema constraints and annotations:

```json
{
  "description": "Partial update of a policy. Only fields present in the body are updated; absent fields are left unchanged. At least one field must be present. For `cedar_v1` policies, supply `cedar_v1` to replace the policy text; `name` and `scope` may be combined freely.\n",
  "properties": {
    "cedar_v1": {
      "$ref": "#/components/schemas/CedarV1Policy"
    },
    "name": {
      "description": "Policy name, unique within the organization.",
      "examples": [
        "Security Research"
      ],
      "minLength": 1,
      "type": "string"
    },
    "scope": {
      "$ref": "#/components/schemas/ScopePatch"
    }
  },
  "type": "object"
}
```



