mirror of
https://github.com/nextcloud/passman.git
synced 2025-01-31 03:38:25 +08:00
Include sharing keys in response
This commit is contained in:
parent
52c3f0cbd6
commit
3126cf865f
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ class Vault extends Entity implements \JsonSerializable{
|
|||
'guid' => $this->getGuid(),
|
||||
'name' => $this->getName(),
|
||||
'created' => $this->getCreated(),
|
||||
'private_sharing_key' => $this->getPrivateSharingKey(),
|
||||
'public_sharing_key' => $this->getPublicSharingKey(),
|
||||
'last_access' => $this->getlastAccess(),
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue