Smithery

org.project.config.update

Updates the project configuration settings.

Remote smithery/composio

Other tools also called org.project.config.update? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "logo_url": {
      "type": "string",
      "description": "body parameter"
    },
    "display_name": {
      "type": "string",
      "description": "body parameter"
    },
    "is_2FA_enabled": {
      "type": "boolean",
      "description": "body parameter"
    },
    "require_mcp_api_key": {
      "type": "boolean",
      "description": "body parameter"
    },
    "log_visibility_setting": {
      "enum": [
        "show_all",
        "dont_store_data"
      ],
      "type": "string",
      "description": "body parameter"
    },
    "signed_url_file_expiry_in_seconds": {
      "type": "number",
      "maximum": 86400,
      "minimum": 1,
      "description": "body parameter"
    },
    "mask_secret_keys_in_connected_account": {
      "type": "boolean",
      "description": "body parameter"
    },
    "is_composio_link_enabled_for_managed_auth": {
      "type": "boolean",
      "description": "Whether to enable composio link for managed authentication. This key will be deprecated in the future. Please don't use this key."
    }
  }
}