File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,25 @@ endpoints:
53
53
my_settings.country = 'US'
54
54
my_settings.email = '[email protected] '
55
55
my_settings.save()
56
+ /account/settings/managed-enable :
57
+ group : Settings
58
+ authenticated : true
59
+ description : >
60
+ Enable Linode Managed, our 24/7 monitoring service, on your account.
61
+ methods :
62
+ POST :
63
+ money : true
64
+ scopes : account:modify
65
+ type : Action
66
+ description : >
67
+ Enable Linode Managed, our 24/7 monitoring service, on your account.
68
+ Only unrestricted users can do this. See https://linode.com/managed
69
+ for details and pricing information.
70
+ examples :
71
+ curl : |
72
+ curl -H "Content-Type: application/json" \
73
+ -H "Authorization: Bearer $TOKEN" \
74
+ https://$api_root/$version/account/settings/managed-enable
56
75
/account/oauth-clients :
57
76
group : OAuth Clients
58
77
authenticated : true
You can’t perform that action at this time.
0 commit comments