---
title: "Rename Journal"
method: PATCH
path: "/v1/journals/editor/rename"
---

# Rename Journal

`PATCH /v1/journals/editor/rename`

## Request body

- RenameJournalRequest — Request model for editing a journal title.
  - `journal_id` string, required — The ID of the journal.
  - `title` string, required — The title of the journal.

## Response `200`

Successful Response

- RenameJournalResponse — Response model for editing a journal title.
  - `success` boolean, required
  - `message` string, nullable
  - `old_title` string, nullable
  - `new_title` string, nullable
  - `journal_id` string, nullable
  - `timestamp` string

## Other responses

- `401` — Invalid API key or unauthorized access
- `422` — Validation Error
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.dev/opennote/apis/opennote-api-platform.md) · [All operations](https://skmtc.dev/opennote/apis/opennote-api-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opennote/opennote-api-platform/revisions/a9989220cb93/schema)
