File Shares
Update Fileshare (Put)
Inject the user of the current request in the serializer save method
PUT
/
evault
/
v1
/
file_shares
/
{id}
/
Path Parameters
id
string
requiredA unique value identifying this file sharing.
Body
file
string | null
Minimum length:
1
folder
string | null
Minimum length:
1
access
Indicate the access type of the file sharing instance.
public
- publicprivate
- private
Available options:
public
, private
users
integer[]
Blucera Users linked to the file sharing instance.
emails
any | null
Emails of Persons/Users linked to the File Sharing instance.
password
string
Minimum length:
1
Response
200 - application/json
id
string
requireduser
object
requiredfile_type
string
requiredfile_detail
object
requiredfolder_detail
object
requiredusers_detail
object[]
requiredhas_password
boolean
requiredcreated_at
string
requiredupdated_at
string
requiredfile
string | null
folder
string | null
access
Indicate the access type of the file sharing instance.
public
- publicprivate
- private
Available options:
public
, private
users
integer[]
Blucera Users linked to the file sharing instance.
emails
any | null
Emails of Persons/Users linked to the File Sharing instance.