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
| Name | Type | Description |
|---|---|---|
| collection_id | string | The unique identifier for the collection to which the bookmark will be added. |
Returns
| Type | Description |
|---|---|
string | Returns an empty string with status code 204 on success, or an error message with status code 400 on failure. |