schemas/orgInvitePost.json in losant_rest-1.7.0 vs schemas/orgInvitePost.json in losant_rest-1.7.1
- old
+ new
@@ -27,12 +27,10 @@
"pattern": "^[A-Fa-f\\d]{24}$"
},
"role": {
"type": "string",
"enum": [
- "admin",
- "edit",
"collaborate",
"view",
"none"
]
}
@@ -55,11 +53,9 @@
"pattern": "^[A-Fa-f\\d]{24}$"
},
"role": {
"type": "string",
"enum": [
- "admin",
- "edit",
"collaborate",
"view",
"none"
]
}
\ No newline at end of file