api-erstellen #1
@@ -26,10 +26,10 @@ class Api extends Module
|
||||
];
|
||||
|
||||
const ERROR_JSON_FORMAT = [
|
||||
"timestamp" => "string:date-time",
|
||||
"status" => 0,
|
||||
"timestamp" => "string:date",
|
||||
"status" => "integer",
|
||||
"error" => "string",
|
||||
"message" => "string",
|
||||
"path" => "string:path",
|
||||
"path" => "string",
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user