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

    Interface RepositoryRefreshParams

    interface RepositoryRefreshParams {
        blueprint_id?: string | null;
        github_auth_token?: string | null;
    }
    Index

    Properties

    blueprint_id?: string | null

    ID of blueprint to use as base for resulting RepositoryVersion blueprint.

    github_auth_token?: string | null

    GitHub authentication token for accessing private repositories.