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/Tag.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/Tag.json')
-rw-r--r--src/Configuration/Tag.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Configuration/Tag.json b/src/Configuration/Tag.json
index 5d212ba..335870e 100644
--- a/src/Configuration/Tag.json
+++ b/src/Configuration/Tag.json
@@ -61,5 +61,15 @@
"updated": {
"type": "date",
"writeable": false
+ },
+ "revisions": {
+ "type": "TagCollection",
+ "match": "",
+ "writeable": true
+ },
+ "passwords": {
+ "type": "PasswordCollection",
+ "match": "",
+ "writeable": true
}
} \ No newline at end of file