---
title: "Update project configuration"
method: PATCH
path: "/api/v3.1/org/project/config"
tags: ["Projects", "Configuration"]
---

# Update project configuration

`PATCH /api/v3.1/org/project/config`

Updates the project configuration settings.

## Request body

- object
  - `is_2FA_enabled` boolean
  - `logo_url` string
  - `display_name` string
  - `mask_secret_keys_in_connected_account` boolean
  - `log_visibility_setting` 'show_all' | 'dont_store_data'
  - `require_mcp_api_key` boolean
  - `is_composio_link_enabled_for_managed_auth` boolean — Whether to enable composio link for managed authentication. This key will be deprecated in the future. Please don't use this key.
  - `signed_url_file_expiry_in_seconds` number

## Response `200`

Project configuration updated successfully.

- object
  - `is_2FA_enabled` boolean, required
  - `logo_url` string
  - `display_name` string
  - `mask_secret_keys_in_connected_account` boolean, required
  - `log_visibility_setting` 'show_all' | 'dont_store_data', required
  - `require_mcp_api_key` boolean
  - `is_composio_link_enabled_for_managed_auth` boolean — Whether to enable composio link for managed authentication. This key will be deprecated in the future. Please don't use this key.
  - `signed_url_file_expiry_in_seconds` number

## Other responses

- `400` — Bad request. The configuration data may be invalid or missing.
- `401` — Unauthorized. Authentication is required or the provided credentials are invalid.
- `404` — Project not found. The specified project does not exist or has been deleted.
- `500` — Internal server error. An unexpected error occurred while processing the request.

## Changes

- **2026-05-05** `52c71f747c65` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/composiohq/apis/composio-platform-api-v3-1/changes/api/v3.1/org/project/config/patch.md)

---

[API](https://skmtc.dev/composiohq/apis/composio-platform-api-v3-1.md) · [All operations](https://skmtc.dev/composiohq/apis/composio-platform-api-v3-1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/composiohq/composio-platform-api-v3-1/revisions/166dca8a495b/schema)
