Update Event Endpoints to give better errors;

This commit is contained in:
Stefan-5422
2022-04-28 12:57:15 +02:00
parent 293d2753eb
commit 269cc33a33
3 changed files with 90 additions and 12 deletions
+2
View File
@@ -3,6 +3,8 @@ export enum DataType {
NUMBER = "number",
INTEGER = "integer",
PERMISSION_LEVEL = "'ELEVATED' | 'STANDARD'",
DATETIME = "ISOstring (8601)",
UUID = "UUID string",
}
interface Body {