File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -238,6 +238,36 @@ endpoints:
238
238
curl -H "Authorization: Bearer $TOKEN" \
239
239
-X DELETE
240
240
https://$api_root/$version/managed/services/$service_id
241
+ /managed/services/$id/enable :
242
+ group : Services
243
+ type : Action
244
+ authenticated : true
245
+ description : >
246
+ Enables a Managed service your account may access.
247
+ methods :
248
+ POST :
249
+ description : >
250
+ Enables this Managed service.
251
+ examples :
252
+ curl : |
253
+ curl -H "Authorization: Bearer $TOKEN" \
254
+ -X POST
255
+ https://$api_root/$version/managed/services/$service_id/enable
256
+ /managed/services/$id/disable :
257
+ group : Services
258
+ type : Action
259
+ authenticated : true
260
+ description : >
261
+ Disables a Managed service your account may access.
262
+ methods :
263
+ POST :
264
+ description : >
265
+ Disables this Managed service.
266
+ examples :
267
+ curl : |
268
+ curl -H "Authorization: Bearer $TOKEN" \
269
+ -X POST
270
+ https://$api_root/$version/managed/services/$service_id/disable
241
271
/managed/credentials :
242
272
group : Credentials
243
273
type : resource
You can’t perform that action at this time.
0 commit comments