Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

commit_id
string<uuid>
required

The commit ID

Body

application/json

Request body for PATCH /commits/{commit_id}

is_public
boolean
required
description
string | null

Optional description for the commit.

name
string | null

Optional human-readable name for the commit.

Response

Commit updated

commit_id
string
required
created_at
string
required
is_public
boolean
required
name
string
required
owner_id
string
required
description
string | null
grandparent_commit_id
string | null
parent_vm_id
string | null