Skip to content

Commit 2059e1d

Browse files
author
Josh Sager
committed
Addressed PR feedback
1 parent dec6019 commit 2059e1d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/data/endpoints/managed.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,9 @@ endpoints:
247247
methods:
248248
POST:
249249
description: >
250-
Enables this Managed service.
250+
Enables this Managed service. Will only enable if it is currently
251+
disabled. An enabled service is actively monitored based on criteria
252+
specified in your service setup.
251253
examples:
252254
curl: |
253255
curl -H "Authorization: Bearer $TOKEN" \
@@ -262,7 +264,8 @@ endpoints:
262264
methods:
263265
POST:
264266
description: >
265-
Disables this Managed service.
267+
Disables this Managed service. Will only disabled if it is currently
268+
enabled. A disabled service will not be actively monitored.
266269
examples:
267270
curl: |
268271
curl -H "Authorization: Bearer $TOKEN" \

0 commit comments

Comments
 (0)