spec: fix OK status code for POST (200->201)

Co-authored-by: César Gallego Rodríguez <cesar.gallego.next@bbva.com>
This commit is contained in:
pancho horrillo
2019-05-28 11:49:14 +02:00
parent 019356b7ae
commit af0d8658d9
+1 -1
View File
@@ -202,7 +202,7 @@ Accepts JSON data that defines a new route to be appended to the current routes.
}
```
* **Success Responses**:
* **Code**: `200 OK`<br />
* **Code**: `201 Created`<br />
**Header**: `Content-Type: application/json`<br />
**Content**:<br />
```