@seamapi/http - v2.0.0
    Preparing search index...

    Type Alias SpacesAddConnectedAccountParameters

    type SpacesAddConnectedAccountParameters = {
        connected_account_id: string;
        space_id: string;
    }
    Index
    connected_account_id: string

    ID of the connected account that you want to add to the space.

    space_id: string

    ID of the space to which you want to add the connected account.