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:
authorMarius David Wieschollek <passwords.public@mdns.eu>2020-12-02 02:09:25 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-12-02 02:09:25 +0300
commit277f5a1571a1a839d4f000a8ef65e35cba5b05ce (patch)
treefca78bd10526c8b1dc62d51252dd4ca0e26ac6e0 /src/Configuration/Password.json
parent16ac1f3d221b49b09001bda1d5f1194c5a7cafdd (diff)
Add model service and support for detail levels
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
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