For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
UpdateObservabilityDestinationRequest type definition
The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
1
import { UpdateObservabilityDestinationRequest } from "@openrouter/sdk/models";
2
3
let value: UpdateObservabilityDestinationRequest = {};
Fields
Field
Type
Required
Description
Example
apiKeyHashes
string[]
➖
Optional allowlist of OpenRouter API key hashes. null clears the filter (all keys). Omitting leaves the current value. Must contain at least one hash if provided.
<nil>
config
Record<string, *any*>
➖
Provider-specific configuration fields to update. Masked values are ignored; unset fields keep their current value.