---
title: "Update a batch of content items, mapped from content id to properties."
method: PATCH
path: "/v1/content/batch"
tags: ["content"]
---

# Update a batch of content items, mapped from content id to properties.

`PATCH /v1/content/batch`

Same behavior as single-item patch, but with the batch input/output format. Will upsert if no properties currently exist. On each properties bag, dictionaries will be merged and arrays will be replaced.

## Query parameters

- `source` string

## Request body

- object

## Response `200`

Successfully inserted/merged the content items' properties

---

[API](https://skmtc.net/promoted/apis/promoted-ai-content-store.md) · [All operations](https://skmtc.net/promoted/apis/promoted-ai-content-store/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/promoted/promoted-ai-content-store/versions/3289237f9795/schema)
