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 pointing at an existing change.
const bookmark = await mesa.bookmarks.create({
  repo: 'app',
  name: 'feature/auth',
  change_id: 'zyxwvutsrqponmlkzyxwvutsrqponmlk',
});

console.log(bookmark.name);

Options

repo
string
required
Repository name.
name
string
required
Bookmark name.
change_id
string
required
Change ID the bookmark should point to.
org
string | undefined
Organization override.

Response

Returns the created bookmark object with name, change_id, and is_default.

Required scope

write