notebooks_list_git_commits: Get the git commits for an item on the current branch

View source: R/generated_client.R

notebooks_list_git_commitsR Documentation

Get the git commits for an item on the current branch

Description

Get the git commits for an item on the current branch

Usage

notebooks_list_git_commits(id)

Arguments

id

integer required. The ID of the file.

Value

A list containing the following elements:

commitHash

string, The SHA of the commit.

authorName

string, The name of the commit's author.

date

string, The commit's timestamp.

message

string, The commit message.


civis documentation built on April 1, 2023, 12:01 a.m.