---
title: "Update Project"
method: PUT
path: "/v1/organizations/{organization_id}/projects/{project_id}"
tags: ["Organizations"]
---

# Update Project

`PUT /v1/organizations/{organization_id}/projects/{project_id}`

Update a project's information.

## Path parameters

- `organization_id` integer, required
- `project_id` integer, required

## Request body

- ProjectUpdate — Update schema for project.
  - `name` string, nullable

## Response `200`

Successful Response

- ProjectResponse — Response schema for project.
  - `id` integer, required
  - `name` string, required
  - `organization_id` integer, required
  - `management_api_keys` ManagementApiKeyWithApiKeys[]
    - `id` integer, required
    - `hash_value` string, required
    - `hash_method` string, required
    - `project_id` integer, required
    - `created_at` string, date-time, required
    - `revoked_at` string, date-time, nullable
    - `api_keys` ApiKeyResponse[]
      - `id` integer, required
      - `redacted_value` string, required
      - `name` string, nullable, required
      - `expires_at` string, date-time, required
      - `created_at` string, date-time, required
      - `revoked_at` string, date-time, nullable
      - `total_tokens_limit` integer, nullable
      - `total_searches_limit` integer, nullable
  - `deleted_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

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