# ai_account_orgs_platform_metadata_update Update specific fields of platform metadata for an organization. This endpoint allows updating the active LLM provider and available LLMs. Args: request: The HTTP request containing update information org: Organization key identifier Returns: Response: Updated platform metadata Raises: NotFound: When platform metadata is not found ValidationError: When request data is invalid Endpoint: PUT /api/ai-account/orgs/{org}/platform-metadata/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) ## Request fields (application/json): - `active_llm` (string) The LLM provider to set as active (e.g., 'openai', 'google') - `llms` (array) List of LLM providers to add to available providers ## Response 200 fields (application/json): - `metadata` (any)