API ReferenceProjects
Update project configuration
Updates the project configuration settings.
Authorization
ApiKeyAuth x-api-key<token>
API key authentication
In: header
Request Body
application/json
is_2FA_enabled?boolean
logo_url?string
display_name?string
mask_secret_keys_in_connected_account?boolean
log_visibility_setting?string
Value in
"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
Range
1 <= value <= 86400Response 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"
]
}
}