Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.mdns.eu/nextcloud/passwords-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Configuration/Password.json')
-rw-r--r--src/Configuration/Password.json22
1 files changed, 21 insertions, 1 deletions
diff --git a/src/Configuration/Password.json b/src/Configuration/Password.json
index fbec5a0..2c8a3d9 100644
--- a/src/Configuration/Password.json
+++ b/src/Configuration/Password.json
@@ -54,7 +54,7 @@
"match": ".+{0,32}",
"writeable": true
},
- "folder": {
+ "folderId": {
"type": "string",
"match": "",
"writeable": true
@@ -114,5 +114,25 @@
"updated": {
"type": "date",
"writeable": false
+ },
+ "folder": {
+ "type": "Folder",
+ "match": "",
+ "writeable": true
+ },
+ "revisions": {
+ "type": "PasswordCollection",
+ "match": "",
+ "writeable": true
+ },
+ "passwords": {
+ "type": "PasswordCollection",
+ "match": "",
+ "writeable": true
+ },
+ "tags": {
+ "type": "TagCollection",
+ "match": "",
+ "writeable": true
}
} \ No newline at end of file