Skip to content

Commit 096fdbc

Browse files
committed
docs: api: start-service: specify this endpoint affects the device
The description incorrectly states the endpoint would start a service in the whole fleet while it only affects the device. Change-type: patch Signed-off-by: Alex Gonzalez <[email protected]>
1 parent df02724 commit 096fdbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ This endpoint can also take an extra optional boolean, `force`, which if true in
829829
Added in supervisor version v7.0.0. Support for passing `serviceName` instead of
830830
`imageId` added in v8.2.2.
831831

832-
Temporarily stops a serivce. Rebooting the device or supervisor will cause the container to start again. The container is not removed with this endpoint.
832+
Temporarily stops a service. Rebooting the device or supervisor will cause the container to start again. The container is not removed with this endpoint.
833833

834834
From an app container:
835835
```bash
@@ -851,7 +851,7 @@ This endpoint can also take an extra optional boolean, `force`, which if true in
851851
Added in supervisor version v7.0.0. Support for passing `serviceName` instead of
852852
`imageId` added in v8.2.2.
853853

854-
Use this endpoint to start a service in the fleet with fleet id passed in with the url.
854+
Use this endpoint to start a service in the device.
855855

856856
From an app container:
857857
```bash

0 commit comments

Comments
 (0)