diff --git a/spec/README.md b/spec/README.md index 7f02a39..122a19d 100644 --- a/spec/README.md +++ b/spec/README.md @@ -288,14 +288,31 @@ TODO #### Delete a route * **URL** + + `/routes/:id` + * **Method** -* **URL Params** -* **Data Params** + + `DELETE` + * **Success Response** + + * **Code**: `200 OK`
+ **Content**: TODO + * **Error Response** + + * **Code**: `404 Not Found`
+ **Header**: `Content-Type: application/json`
+ **Content**: `{ "error": "Unknown route", "route_id": "{{ :id }}" }` + + * **Sample Call** +TODO + * **Notes** + ### Handlers #### Get the value for a handler key