Skip to main content

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
note string
title string

Possible values: length ≤ 250

createdAt string
Responses
200

The updated bookmark

Schema OPTIONAL
id string
createdAt string
title string OPTIONAL

Possible values: length ≤ 250

archived boolean
favourited boolean
taggingStatus string

Possible values: [success, failure, pending]

note string OPTIONAL