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.

Repoint an existing bookmark to a different change ID.
bookmark = await mesa.bookmarks.move(
    repo="app",
    bookmark="main",
    change_id="zyxwvutsrqponmlkzyxwvutsrqponmlk",
)
print(bookmark.from_change_id, bookmark.change_id)

Options

repo
str
required
Repository name.
bookmark
str
required
Bookmark name to move.
change_id
str
required
Change ID to move the bookmark to.
org
str | None
Organization override.

Response

name
str
Bookmark name.
change_id
str
New change ID.
is_default
bool
Whether this bookmark is the repository default.
from_change_id
str | None
Previous change ID, when available.

Required scope

write