Skip to content

Commit 1f96f27

Browse files
committed
Adds missing "managed" field
1 parent 019639b commit 1f96f27

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/data/objects/account_settings.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ schema:
77
type: Boolean
88
description: Enables network helper by default across all users.
99
value: true
10+
editable: true
1011
longview_subscription:
1112
type: String
1213
description: The Longview Pro tier you are currently subscribed to.
1314
value: null
15+
editable: true
16+
managed:
17+
type: Boolean
18+
description: |
19+
If this account subscribes to Linode Managed. To subscribe to managed,
20+
POST to /account/settings/managed-enable

0 commit comments

Comments
 (0)