From 804b4dcf8b70998b92c2a263209021114c22c4b9 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Thu, 6 Jun 2019 09:49:23 +0200 Subject: [PATCH] spec: add FIXME regarding possible inconsistency handling route_id Thanks to @hhurtado for pointing this out. --- spec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/README.md b/spec/README.md index 518d2a1..8cfc26d 100644 --- a/spec/README.md +++ b/spec/README.md @@ -340,7 +340,7 @@ Accepts JSON data that defines a new route to be appended to the current routes. Removes the route identified by `:id`. -* **URL**: `/routes/:id` +* **URL**: `/routes/:id` # FIXME: Héctor points out that this seems inconsistent, since there are no previous mentions to route_id * **Method**: `DELETE` * **Success Responses**: * **Code**: `200 OK`