Projects
Configuration

Update project configuration

Updates the project configuration settings.

patch/api/v3.1/org/project/config

Request body

is_2FA_enabledboolean
logo_urlstring
display_namestring
mask_secret_keys_in_connected_accountboolean
log_visibility_setting'show_all' | 'dont_store_data'
require_mcp_api_keyboolean
is_composio_link_enabled_for_managed_authboolean

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_secondsnumber

Response

Project configuration updated successfully.

is_2FA_enabledboolean required
logo_urlstring
display_namestring
mask_secret_keys_in_connected_accountboolean required
log_visibility_setting'show_all' | 'dont_store_data' required
require_mcp_api_keyboolean
is_composio_link_enabled_for_managed_authboolean

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_secondsnumber

Changes