Bitbucket Data Center API Client
    Preparing search index...

    Interface PullRequestSuggestionsParams

    Query parameters accepted by GET /rest/api/latest/dashboard/pull-request-suggestions.

    Note that this endpoint does not support a start offset — only limit.

    interface PullRequestSuggestionsParams {
        changesSince?: number;
        limit?: number;
    }
    Index

    Properties

    changesSince?: number

    Restrict suggestions to changes that occurred since this time, in seconds since the epoch. Defaults to 172800 (the last 48 hours).

    limit?: number

    Maximum number of suggestions to return