---
title: "Rename Graph Project"
method: PATCH
path: "/graph-project/{graph_project_id}"
---

# Rename Graph Project

`PATCH /graph-project/{graph_project_id}`

## Path parameters

- `graph_project_id` string, required

## Request body

- RenameGraphProjectRequest
  - `display_name` string, required

## Response `200`

Successful Response

- RenameGraphProjectResponse
  - `graph_project_id` string, required
  - `display_name` string, required

## Other responses

- `422` — Validation Error

---

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