diff --git a/spec/README.md b/spec/README.md index 5da8f1b..c531870 100644 --- a/spec/README.md +++ b/spec/README.md @@ -186,7 +186,7 @@ Returns JSON data about the current routes. **Header**: `Content-Type: application/json`
**Content**: `{ "error": "Malformed JSON." }` - * **Code**: `422 Unprocessable Entity`
+ * **Code**: `400 Bad Request`
**Header**: `Content-Type: application/json`
**Content**: `{ "error": "Mandatory field(s) not provided." }` @@ -246,7 +246,7 @@ TODO **Header**: `Content-Type: application/json`
**Content**: `{ "error": "Malformed JSON." }` - * **Code**: `422 Unprocessable Entity`
+ * **Code**: `400 Bad Request`
**Header**: `Content-Type: application/json`
**Content**: `{ "error": "Mandatory field(s) not provided." }`