---
title: "Update a custom framework"
method: PATCH
path: "/v1/frameworks/{id}/custom"
tags: ["Frameworks"]
---

# Update a custom framework

`PATCH /v1/frameworks/{id}/custom`

Update the name and/or description of an organization's custom framework. Only custom frameworks are editable; platform frameworks return 400.

## Path parameters

- `id` string, required

## Request body

- UpdateCustomFrameworkDto
  - `name` string — Framework name
  - `description` string — Framework description

## Response `200`

---

[API](https://skmtc.net/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.net/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/726b9523fb22/schema)
