spec: add FIXME regarding possible inconsistency handling route_id

Thanks to @hhurtado for pointing this out.
This commit is contained in:
pancho horrillo
2019-06-06 09:49:23 +02:00
parent 94cf234f43
commit 804b4dcf8b
+1 -1
View File
@@ -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`<br />