api-erstellen #1

Merged
TorstenHettstedt merged 52 commits from api-erstellen into master 2021-04-07 13:00:46 +02:00
Showing only changes of commit f25c9d8994 - Show all commits
+3 -3
View File
@@ -26,10 +26,10 @@ class Api extends Module
]; ];
const ERROR_JSON_FORMAT = [ const ERROR_JSON_FORMAT = [
"timestamp" => "string:date-time", "timestamp" => "string:date",
"status" => 0, "status" => "integer",
"error" => "string", "error" => "string",
"message" => "string", "message" => "string",
"path" => "string:path", "path" => "string",
]; ];
} }