schemas/apiTokens.json in losant_rest-1.13.0 vs schemas/apiTokens.json in losant_rest-1.13.1
- old
+ new
@@ -22,11 +22,12 @@
"pattern": "^[A-Fa-f\\d]{24}$"
},
"ownerType": {
"type": "string",
"enum": [
- "application"
+ "application",
+ "user"
]
},
"creatorId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
@@ -122,10 +123,11 @@
"pattern": "^[A-Fa-f\\d]{24}$"
},
"ownerType": {
"type": "string",
"enum": [
- "application"
+ "application",
+ "user"
]
}
}
}
\ No newline at end of file