@runloop/api-client - v1.31.0
    Preparing search index...

    Interface GatewayConfigUpdateParams

    interface GatewayConfigUpdateParams {
        auth_mechanism?: AuthMechanism | null;
        custom_headers?: CustomHeader[] | null;
        description?: string | null;
        endpoint?: string | null;
        name?: string | null;
    }
    Index

    Properties

    auth_mechanism?: AuthMechanism | null

    Defines how the primary credential is applied to requests proxied to the upstream.

    custom_headers?: CustomHeader[] | null

    New list of additional headers. Replaces the existing list entirely; use an empty list to clear all custom headers. At most 8 entries.

    description?: string | null

    New description for this gateway configuration.

    endpoint?: string | null

    New target endpoint URL (e.g., 'https://api.anthropic.com').

    name?: string | null

    New name for the GatewayConfig. Must be unique within your account.