Update bookmarks in the Bookmarks application 

To update a bookmark, send a replacement bookmark entry document in Atom format to the existing bookmark's edit web address.

If the bookmark's web address is changed, the edit web address of the bookmark resource is changed as well.

All existing bookmark information will be replaced with the new data. To avoid deleting all existing data, retrieve any data you want to retain first, and send it back with this request. For example, if you want to add a new tag to a bookmark entry, retrieve the existing tags, and send them all back with the new tag in the update request. See Retrieve bookmarks for more information.

See Authenticating requests for information about how to authenticate the request.

Table 1. Atom API request details

Method Resource URI Input representation
PUT bookmark Value of the href attribute of the <link rel="edit"> element of each entry in the bookmarks feed. bookmark


Input

Provide a bookmark Atom entry document. The content type of the Atom entry document must be application/atom+xml.


Output

None.

Returned HTTP headers

HTTP/1.1 200 OK

Error codes


Parent topic

Work with bookmarks programmatically


   

 

});

+

Search Tips   |   Advanced Search