Bitbucket Data Center API Client
    Preparing search index...

    Interface CodeSearchResult

    Response for POST /rest/search/latest/search.

    Atlassian publishes only a sparse schema for the Search API; this shape is typed defensively and most fields are optional. Inspect real responses from your Bitbucket version before relying on a specific field.

    interface CodeSearchResult {
        code?: CodeSearchCodePage;
        query?: { substituted?: boolean };
        scope?: { type?: string };
    }
    Index

    Properties

    Properties

    query?: { substituted?: boolean }
    scope?: { type?: string }