diff --git a/linode_api4/objects/account.py b/linode_api4/objects/account.py index 836f4152..92ea9152 100644 --- a/linode_api4/objects/account.py +++ b/linode_api4/objects/account.py @@ -194,7 +194,7 @@ class AccountSettings(Base): "network_helper": Property(mutable=True), "managed": Property(), "longview_subscription": Property( - slug_relationship=LongviewSubscription + slug_relationship=LongviewSubscription, mutable=False ), "object_storage": Property(), "backups_enabled": Property(mutable=True),