We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec6019 commit 2059e1dCopy full SHA for 2059e1d
src/data/endpoints/managed.yaml
@@ -247,7 +247,9 @@ endpoints:
247
methods:
248
POST:
249
description: >
250
- Enables this Managed service.
+ 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.
253
examples:
254
curl: |
255
curl -H "Authorization: Bearer $TOKEN" \
@@ -262,7 +264,8 @@ endpoints:
262
264
263
265
266
- 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.
269
270
271
0 commit comments