Update a bookmark
Update bookmark by its id
| Path Parameters |
|---|
bookmarkId string — REQUIRED |
| Request Body The data to update. Only the fields you want to update need to be provided. |
|---|
archived boolean |
favourited boolean |
summary string |
note string |
title stringPossible values: length ≤ 250 |
createdAt string |
| Responses | |||||||||
|---|---|---|---|---|---|---|---|---|---|
200The updated bookmark
|