---
title: "Rename a creative"
method: PUT
path: "/v1/ads/creatives/{creativeId}"
tags: ["Ad Creatives"]
---

# Rename a creative

`PUT /v1/ads/creatives/{creativeId}`

Renames a creative. Creatives are immutable on Meta beyond `name` — for content changes
create a new creative (POST /v1/ads/creatives) and swap it onto the ad
(PUT /v1/ads/{adId} with `creative`).

## Path parameters

- `creativeId` string, required

## Request body

- object
  - `accountId` string, required — Zernio SocialAccount id (posting or ads variant) used to resolve the Meta token.
  - `name` string, required

## Response `200`

Creative renamed

- object
  - `creativeId` string
  - `name` string
  - `message` string

## Other responses

- `400` — Invalid input, or Meta rejected the update
- `401` — Unauthorized
- `501` — Only supported on Meta (facebook/instagram)

---

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