---
title: "Update Framework Name"
method: PATCH
path: "/v2/framework/{framework_id}/name"
tags: ["Framework"]
---

# Update Framework Name

`PATCH /v2/framework/{framework_id}/name`

Update the name of a framework.

## Path parameters

- `framework_id` string, uuid, required

## Request body

- BodyUpdateFrameworkNameV2FrameworkFrameworkIdNamePatch
  - `name` string, required
  - `config` object, nullable

## Response `200`

Successful Response

- FrameworkMetadataResponse
  - `id` string, uuid, nullable
  - `name` string, nullable
  - `payload` FrameworkRequest, required
    - `entities` union, required
      - FrameworkEntityRequest[]
        - `carc_id` integer, required
        - `representation` string, required
        - `entity_name` string, nullable
      - WildCardEntityRequest
        - `carc_name` string
        - `representation` string, required
    - `insight` FrameworkInsightRequest, required
      - `insight_id` integer, required
      - `insight_name` string, nullable
    - `filters` object, required
    - `aggregate` 'sum' | 'mean' | 'count_distinct', nullable
    - `events` FrameworkEventRequest[], nullable
      - `event_id` string, nullable
      - `representation` string, required
      - `event_name` string, nullable
      - `event_category_id` union
        - integer
        - string
  - `refreshed_date` string, nullable, required
  - `reinstated_date` string, nullable, required
  - `reinstatement_reason` 'Ontology Change' | 'Full Refresh' | 'Vendor Reinstatement' | 'Vendor Backfill' | 'Logic Enhancement', required
  - `ontology_version` string, required
  - `price` number, required
  - `table_max_date` string, nullable, required
  - `columns` SchemaColumn[], nullable
    - `col_name` string, required
    - `data_type` string, required
  - `data_type` string[], nullable
  - `message` string, nullable
  - `latest_framework_id` string, uuid, nullable
  - `is_superseded` boolean

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-api-documentation.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-api-documentation/versions/bd33ea42994c/schema)
