Skip to content

Commit 76e87da

Browse files
authored
Merge pull request #33 from Dorthu/feature/enable-managed-docs
Documents POST account/settings/managed-enable
2 parents e4c18cc + 5dae11f commit 76e87da

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/data/endpoints/account.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,25 @@ endpoints:
5353
my_settings.country = 'US'
5454
my_settings.email = '[email protected]'
5555
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
5675
/account/oauth-clients:
5776
group: OAuth Clients
5877
authenticated: true

0 commit comments

Comments
 (0)