---
title: "Rename To Naming Convention"
method: POST
path: "/api/v1/quick-spaces/naming/rename"
tags: ["quickSpaces", "quickSpaces"]
---

# Rename To Naming Convention

`POST /api/v1/quick-spaces/naming/rename`

Preview (dry_run, the default) or apply a bulk rename. The preview returns exactly what would
change so the user confirms real names, not a promise — a rename has no undo.

## Request body

- NamingRenameRequestDTO
  - `items` NamingRenameItemDTO[], required
    - `asset_id` string, required
    - `values` object, required
  - `dry_run` boolean
  - `template_id` string, nullable
  - `brand_id` integer, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/624917d53409/schema)
