---
title: "Bulk Update Business Metadata"
method: PUT
path: "/catalog/v1/entity/businessmetadata"
tags: ["Entity (v1)"]
---

# Bulk Update Business Metadata

`PUT /catalog/v1/entity/businessmetadata`

[![Generally Available](https://img.shields.io/badge/Lifecycle%20Stage-Generally%20Available-%2345c6e8)](#section/Versioning/API-Lifecycle-Policy)

Bulk API to update multiple business metadata.

## Request body

- BusinessMetadata[]
  - `typeName` string — The business metadata name
  - `attributes` object — The business metadata attributes
  - `entityType` string — The entity type
  - `entityName` string — The qualified name of the entity

## Response `200`

The business metadata. Errored business metadata will have an additional error property.

- BusinessMetadataResponse[]
  - `typeName` string — The business metadata name
  - `attributes` object — The business metadata attributes
  - `entityType` string — The entity type
  - `entityName` string — The qualified name of the entity
  - `error` ErrorMessage — Error message of this operation
    - `error_code` integer — The error code
    - `message` string — The error message

## Other responses

- `400` — Bad Request
- `429` — Rate Limit Error
- `500` — Internal Server Error

---

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