HTTP Method & URL
PUT <base-url>
<query parameters>
<query parameters>
Parameters
| Type | <required> Bookmark |
| Version | <required> API version# |
| UserId | <required> UserID of the user who is updating the bookmark |
| BookmarkId | <required> ID of the bookmark |
| Title | <optional> Title of the bookmark |
| Tags | <optional> List of tags separated by commas |
| Description | <optional> Description |
Description
Updates a bookmark's information.
Returns
HTTP Status Code: 200 (success) or 400 (bad request)
Example Response
For a successful transaction, there is no XML response. For failed requests, the response is the standard XML error response as described in the API Summary section.