Skip to main content

add_bookmark_to_collection

Add a bookmark to a collection.

Expects JSON with bookmark_id.

def add_bookmark_to_collection(
collection_id: string
) - > string

Add a bookmark to a collection. Expects JSON with bookmark_id.

Parameters

NameTypeDescription
collection_idstringThe unique identifier for the collection to which the bookmark will be added.

Returns

TypeDescription
stringReturns an empty string with status code 204 on success, or an error message with status code 400 on failure.