Fix REST API servers documentation

Always use plural form of the objects. PATCH example used PUT.
This commit is contained in:
Markus Mäkelä
2020-03-18 10:41:39 +02:00
parent 5121aa296e
commit a8e2584bfc
2 changed files with 4 additions and 4 deletions

View File

@ -367,7 +367,7 @@ _server1_ from the service _RW-Split-Router_.
Removing a service from a server is analogous to removing the server from the
service. Both unlink the two objects from each other.
Response to `GET /v1/server/server1`:
Response to `GET /v1/servers/server1`:
```javascript
{
@ -433,7 +433,7 @@ Response to `GET /v1/server/server1`:
}
```
Request for `PUT /v1/server/server1`:
Request for `PATCH /v1/servers/server1`:
```javascript
{