Bitbucket Data Center API Client
    Preparing search index...

    Interface RefRestrictionsParams

    Query parameters accepted by the branch-permissions restriction list endpoints.

    interface RefRestrictionsParams {
        limit?: number;
        matcherId?: string;
        matcherType?: string;
        start?: number;
        type?: RefRestrictionType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    limit?: number

    Maximum number of results to return per page. Bitbucket default is 25, maximum is 1000.

    matcherId?: string

    Filter by matcher id (e.g. 'refs/heads/main'); only used together with matcherType

    matcherType?: string

    Filter by matcher type (e.g. 'BRANCH', 'PATTERN')

    start?: number

    0-based index of the first result to return. Use nextPageStart from the previous response to paginate forward.

    Filter by restriction type