Skip to content

Commit 8016283

Browse files
committed
Documents POST account/settings/managed-enable
1 parent ab71947 commit 8016283

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/data/endpoints/account.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,23 @@ 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 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
5673
/account/oauth-clients:
5774
group: OAuth Clients
5875
authenticated: true

0 commit comments

Comments
 (0)