PUT /api/object/fs/share/
Authorization: Bearer ${token}
Content-Type: application/json
{
"identities": [],
"lifetime": "",
"writable": false
}
[
{
"kind": "status",
"payload": {
"code": 0,
"message": ""
}
},
{
"kind": "entity",
"payload": {
"expires_at": 0,
"identity": "",
"signature": ""
}
}
]