PUT - Edit a Bookmark

Purpose

This API is used to make changes to any bookmark.

Request URL 

Group Bookmark

https://mail.zoho.com/api/links/groups/<groupid>/<entityId>

Personal Bookmark

https://mail.zoho.com/api/links/me/<entityId>

Request Parameters

ParameterData TypeDescription
GroupID*LongThe unique identifier used for groups in the organization
EntityID*LongThe unique identifier used for a bookmark

* - Mandatory parameters

Request Body (JSON Object)

ParameterData TypeDescription
linkStringThe link that you want for the edited bookmark
titleStringThe title for the bookmark that is being edited
summaryStringThe summary for the bookmark that is being edited
collectionIdLongThe unique ID of the collection of the bookmark

* - Mandatory parameters

Response Codes

Please refer Response Codes.

Sample Request

Group Bookmark

Copiedhttps://mail.zoho.com/api/links/groups/53658048/2866449000001814006

Personal Bookmark

Copiedhttps://mail.zoho.com/api/links/me/2866449000001814006

Sample request body:

Copied{
  "link": "www.zoho.com",
  "title": "one suite to rule your business",
  "summary": "All your business software in one place",
  "collectionId": "1234567898"
}