API ReferenceProjects
Update project configuration
PATCH
/api/v3/org/project/configUpdates the project configuration settings.
Authorization
ApiKeyAuth x-api-key<token>
API key authentication
In: header
Request Body
application/json
is_2FA_enabledboolean
logo_urlstring
display_namestring
mask_secret_keys_in_connected_accountboolean
log_visibility_settingenum
Possible values:
show_alldont_store_datarequire_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 Body
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://backend.composio.dev/api/v3/org/project/config" \ -H "Content-Type: application/json" \ -d '{ "is_2FA_enabled": true }'{
"is_2FA_enabled": true,
"logo_url": "string",
"display_name": "string",
"mask_secret_keys_in_connected_account": true,
"log_visibility_setting": "show_all",
"require_mcp_api_key": true,
"is_composio_link_enabled_for_managed_auth": true,
"signed_url_file_expiry_in_seconds": 1
}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}{
"error": {
"message": "string",
"code": 0,
"slug": "string",
"status": 0,
"request_id": "string",
"suggested_fix": "string",
"errors": [
"string"
]
}
}