Merge branch '2.2' into develop

This commit is contained in:
Markus Mäkelä
2018-04-30 12:38:19 +03:00
10 changed files with 93 additions and 26 deletions

View File

@ -473,7 +473,7 @@ Invalid JSON body:
Stops a started service.
```
PUT /v1/service/:name/stop
PUT /v1/services/:name/stop
```
#### Response
@ -487,7 +487,7 @@ Service is stopped:
Starts a stopped service.
```
PUT /v1/service/:name/start
PUT /v1/services/:name/start
```
#### Response