Share Management
Update share link by id
Updates the share with the specified id.
put/shares/{id}
Path parameters
idstring required
Example:abcd-efgh-ijkl
id of the object
Request body
Example request
{
"id": "abcd-efgh-ijkl",
"resource_id": "7bea4732-214f-40e7-9161-4e7241a2b97e"
}Response
OK