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:
+1
-1
@@ -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 />
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user