---
title: "Rename Transcription Dataset"
method: POST
path: "/admin/transcription-tests/datasets/rename"
tags: ["admin-transcription-tests"]
---

# Rename Transcription Dataset

`POST /admin/transcription-tests/datasets/rename`

## Request body

- RenameDatasetRequest
  - `current_name` string, required
  - `new_name` string, required

## Response `200`

Successful Response

- TranscriptionDatasetSummary[]
  - `name` string, required
  - `image_count` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
