File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,23 @@ 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 on youy account.
61
+ methods :
62
+ POST :
63
+ money : true
64
+ scopes : account:modify
65
+ description : >
66
+ Enable Linode Managed on youy account. Only unrestricted users can do this.
67
+ See https://linode.com/managed for details and pricing information.
68
+ examples :
69
+ curl : |
70
+ curl -H "Content-Type: application/json" \
71
+ -H "Authorization: Bearer $TOKEN" \
72
+ https://$api_root/$version/account/settings/managed-enable
56
73
/account/oauth-clients :
57
74
group : OAuth Clients
58
75
authenticated : true
You can’t perform that action at this time.
0 commit comments