connection (OpenXchangeClient.Connection): Connection to server
session (String.t): A session ID previously obtained from the login module.
body (ShareLinkSendBody): A JSON object containing the share target and a list of recipients specified in a field recipients that is a JSON array with a nested two-elements array containing the recipient information (first element is personal name, second is email address). An optional field message can contain a notification.
connection (OpenXchangeClient.Connection): Connection to server
session (String.t): A session ID previously obtained from the login module.
timestamp (integer()): The timestamp of the last modification of the link. Used to detect concurrent modifications.
body (ShareLinkUpdateBody): A JSON object containing the share target and share link properties of the link to update. Only modified fields should be set but at least the share target ones.