# ai_account_orgs_integration_credential_partial_update Update an existing integration credential for an organization. Args: request: The HTTP request containing updated credential information org: Organization key identifier Returns: Response: Updated integration credential Raises: NotFound: When organization or credential is not found ValidationError: When request data is invalid Endpoint: PATCH /api/ai-account/orgs/{org}/integration-credential/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) ## Request fields (application/json): - `name` (string) Name of the credential provider (e.g., 'openai', 'google-drive') - `value` (any) Credential data for the provider (API keys, service account details, etc.) - `platform` (string) Organization key identifier for the tenant ## Response 200 fields (application/json): - `name` (string, required) - `value` (any) - `platform` (string, required) The platform key