Bitbucket Data Center API Client
    Preparing search index...

    Interface BitbucketMarkupFile

    A repository markup file (README, LICENSE, or CONTRIBUTING) rendered by Bitbucket.

    Atlassian does not publish a response schema for these endpoints; this shape is typed defensively and all fields are optional. Inspect real responses from your Bitbucket version before relying on a specific field.

    interface BitbucketMarkupFile {
        displayPath?: string;
        html?: string;
        markup?: string;
        path?: string;
    }
    Index

    Properties

    displayPath?: string
    html?: string

    HTML-rendered content

    markup?: string

    Raw markup content

    path?: string

    Path of the file in the repository (e.g. 'README.md')