---
title: "Update a project"
method: PUT
path: "/v1/projects/{projectID}"
tags: ["Projects"]
---

# Update a project

`PUT /v1/projects/{projectID}`

This endpoint updates a project

## Path parameters

- `projectID` string, required

## Request body

- ModelsUpdateProject
  - `config` ModelsProjectConfig
    - `add_event_id_trace_headers` boolean
    - `disable_endpoint` boolean
    - `max_payload_read_size` integer
    - `meta_event` ModelsMetaEventConfiguration
      - `event_type` string[]
      - `is_enabled` boolean
      - `secret` string
      - `type` string
      - `url` string
    - `ratelimit` ModelsRateLimitConfiguration
      - `count` integer
      - `duration` integer
    - `replay_attacks_prevention_enabled` boolean
    - `retention_policy` ModelsRetentionPolicyConfiguration
      - `policy` string
      - `search_policy` string
    - `retention_policy_enabled` boolean
    - `signature` ModelsSignatureConfiguration
      - `header` 'X-Convoy-Signature'
      - `versions` ModelsSignatureVersion[]
        - `created_at` string
        - `encoding` string
        - `hash` string
        - `uid` string
    - `strategy` ModelsStrategyConfiguration
      - `duration` integer
      - `retry_count` integer
      - `type` string
  - `logo_url` string
  - `name` string
  - `rate_limit` integer
  - `rate_limit_duration` string

## Changes

- **2023-11-17** (v3) `41d4fca4cab8` — 1 warning, 5 info
  - added the new `kafka` enum value to the `allOf[subschema #2]/data/config/meta_event/pub_sub/type` response property for the response status `200`
  - added the new optional request property `config/add_event_id_trace_headers`
  - added the new optional request property `config/retention_policy/search_policy`
  - added the optional property `allOf[subschema #2]/data/config/add_event_id_trace_headers` to the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/getconvoy/apis/convoy-api-reference/changes/v1/projects/:projectID/put.md)

---

[API](https://skmtc.dev/getconvoy/apis/convoy-api-reference.md) · [All operations](https://skmtc.dev/getconvoy/apis/convoy-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getconvoy/convoy-api-reference/revisions/41d4fca4cab8/schema)
