Create share
POST
/manager/shares
Create a new share link with specified permissions
Authorizations
Request Body
application/json
JSON
{
"expires_at": "string",
"can_download": true,
"can_view_comment": true,
"can_post_comment": true
}
Responses
Created share
application/json
JSON
{
"success": true,
"data": {
"message": "string",
"viewerToken": "string"
}
}