Skip to main content

create_bookmark

Create a new bookmark.

Expects a JSON body with ``url`` (required) and ``title`` (required).
def create_bookmark() - > object

Creates a new bookmark. Expects a JSON body with 'url' and 'title' fields.

Returns

TypeDescription
objectA dictionary representing the created bookmark, or an error message if creation failed.