AutoBE
    Preparing search index...

    Properties for updating an existing vendor configuration.

    All fields are optional; only provided fields will be updated. If apiKey is provided, it will be re-encrypted before storage.

    interface IUpdate {
        apiKey?: string;
        baseURL?: string | null;
        name?: string;
        semaphore?: number & Type<"uint32">;
    }
    Index

    Properties

    apiKey?: string

    New API key. If provided, the server re-encrypts it before storage.

    baseURL?: string | null

    Custom base URL.

    name?: string

    Human-readable label.

    semaphore?: number & Type<"uint32">

    Maximum concurrent API requests.