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.

Move an existing bookmark to a new change ID.
const bookmark = await mesa.bookmarks.move({
  repo: 'app',
  bookmark: 'main',
  change_id: 'zyxwvutsrqponmlkzyxwvutsrqponmlk',
});

console.log(bookmark.from_change_id, bookmark.change_id);

Options

repo
string
required
Repository name.
bookmark
string
required
Bookmark to move.
change_id
string
required
Target change ID.
org
string | undefined
Organization override.

Response

Returns the updated bookmark object with name, change_id, is_default, and from_change_id.

Required scope

write