Bitbucket Data Center API Client
    Preparing search index...

    Interface ApplySuggestionData

    Payload for POST /rest/api/latest/projects/{key}/repos/{slug}/pull-requests/{id}/comments/{commentId}/apply-suggestion.

    interface ApplySuggestionData {
        description?: string;
        suggestionIndex: number;
        summary?: string;
    }
    Index

    Properties

    description?: string

    Commit description for the applied suggestion.

    suggestionIndex: number

    Index of the suggested change to apply, when the comment contains multiple suggestion blocks.

    summary?: string

    Commit summary for the applied suggestion.