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/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