Add password type in documentation

This commit is contained in:
Aurelsicoko 2017-11-28 13:53:08 +01:00
parent 362f7badb0
commit a5d892cb32

View File

@ -21,6 +21,7 @@ The following types are currently available:
- `biginteger`
- `float`
- `decimal`
- `password`
- `date`
- `time`
- `datetime`
@ -48,6 +49,9 @@ The following types are currently available:
"lastname": {
"type": "string"
},
"password": {
"type": "password"
},
"about": {
"type": "description"
},
@ -392,7 +396,7 @@ Additional settings can be set on models:
"collectionName": "Users_v1",
"globalId": "Users",
"attributes": {
}
}
```