Bitbucket Data Center API Client
    Preparing search index...

    Interface UpdateTaskData

    Payload for PUT /rest/api/latest/projects/{key}/repos/{slug}/pull-requests/{id}/blocker-comments/{commentId}.

    interface UpdateTaskData {
        state?: PullRequestTaskState;
        text?: string;
        version: number;
    }
    Index

    Properties

    Properties

    text?: string
    version: number