@backblaze-labs/b2-mcp
    Preparing search index...

    Interface EventNotificationCustomHeaderInput

    Custom HTTP header accepted by B2 event notification tools.

    interface EventNotificationCustomHeaderInput {
        name: string;
        value: string;
    }
    Index
    name: string

    Header name sent to the notification target.

    value: string

    Header value sent to the notification target.