Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mesa.dev/llms.txt

Use this file to discover all available pages before exploring further.

Create a bookmark that points to an existing change ID.
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
Created bookmark name.
change_id
str
Change ID the bookmark points to.
is_default
bool
Whether this bookmark is the repository default.

Required scope

write