Skip to main content
Create a bookmark that points to an existing change ID. Required scope: write
bookmark = await mesa.bookmarks.create(
    repo="app",
    name="feature-x",
    change_id="zyxwvutsrqponmlkzyxwvutsrqponmlk",
)

Options

repo
str
required
Repository name.
name
str
required
Bookmark name to create.
change_id
str
required
Existing change ID the bookmark should point to.
org
str | None
Organization override.

Response

name
str
Bookmark name.
change_id
str
Change ID the bookmark points to.
is_default
bool
Whether this is the repository default bookmark.