Share Management

Create new share link

Create a new share link.

post/shares

Request body

resource_idstring uuid required
user_idstring uuid
expiration_dtstring date-time
is_revokedboolean

Example request

{
  "resource_id": "7bea4732-214f-40e7-9161-4e7241a2b97e",
  "user_id": "7bea4732-214f-40e7-9161-4e7241a2b97e"
}

Response

OK

Changes

Changed in 2 of the 50 revisions of this API.11