api-erstellen #1
@@ -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",
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user