---
title: "Rename Content"
method: PATCH
path: "/api/v1/content/{content_id}"
tags: ["Content"]
---

# Rename Content

`PATCH /api/v1/content/{content_id}`

Rename a content row's title. URL editing is not supported — URL is the content asset's stable identity and cannot be changed here.

## Path parameters

- `content_id` string, required

## Request body

- object
  - `website_id` string, required
  - `title` string, required

## Response `200`

Success

- object
  - `success` true, required

## Other responses

- `400` — Bad Request — validation failed
- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Rate Limited
- `500` — Internal Error

---

[API](https://skmtc.net/athenahq/apis/athenahq-api.md) · [All operations](https://skmtc.net/athenahq/apis/athenahq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/athenahq/athenahq-api/versions/6c5d71622cb9/schema)
