# ai_account_orgs_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}/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 - `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