Fixed some typos in spec's correction

This commit is contained in:
Héctor Hurtado
2019-08-14 20:57:19 +02:00
parent 42bebfcc89
commit 2d53a66c3e
+3 -3
View File
@@ -91,7 +91,7 @@ incapable in others.
We named it Kapow!. It is pronounceable, short and meaningless... like every
good UNIX® command ;-)
TODO: Definitionid
TODO: Definition
TODO: Intro to Architecture
@@ -209,7 +209,7 @@ Returns JSON data about the current routes.
#### Append route
Accepts JSON data that defines a new route to be appended to the current routes. New routes are given with an id so it can be referenced later.
Accepts JSON data that defines a new route to be appended to the current routes. A new id is created for the appended route so it can be referenced later.
* **URL**: `/routes`
* **Method**: `POST`
@@ -273,7 +273,7 @@ Accepts JSON data that defines a new route to be appended to the current routes.
#### Insert a route
Accepts JSON data that defines a new route to be inserted at the specified
index to the current routes. New routes are given with an id so it can be referenced later.
index to the current routes. A new id is created for the inserted route so it can be referenced later.
* **URL**: `/routes`
* **Method**: `PUT`