# ai_account_orgs_llm_credential_partial_update Update an existing LLM credential for an organization. Args: request: The HTTP request containing updated credential information org: Organization key identifier Returns: Response: Updated LLM credential Raises: NotFound: When organization or credential is not found ValidationError: When request data is invalid Endpoint: PATCH /api/ai-account/orgs/{org}/llm-credential/ Version: 4.84.1-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) ## Request fields (application/json): - `name` (string) Name of the credential provider - `value` (any) Value of the credential provider - `platform` (string) Key of the tenant ## Response 200 fields (application/json): - `name` (string, required) - `value` (any) - `platform` (string, required) The platform key - `service_info` (object, required) - `service_info.id` (integer, required) - `service_info.display_name` (string, required) - `service_info.logo` (string,null)