Skip to content

Commit 882a0c0

Browse files
ezilber-akamaisrbhaakamai
authored andcommitted
Made longview_subscription immutable in Account Settings (linode#581)
1 parent f9d8bdf commit 882a0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linode_api4/objects/account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ class AccountSettings(Base):
194194
"network_helper": Property(mutable=True),
195195
"managed": Property(),
196196
"longview_subscription": Property(
197-
slug_relationship=LongviewSubscription
197+
slug_relationship=LongviewSubscription, mutable=False
198198
),
199199
"object_storage": Property(),
200200
"backups_enabled": Property(mutable=True),

0 commit comments

Comments
 (0)