We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d8bdf commit 882a0c0Copy full SHA for 882a0c0
linode_api4/objects/account.py
@@ -194,7 +194,7 @@ class AccountSettings(Base):
194
"network_helper": Property(mutable=True),
195
"managed": Property(),
196
"longview_subscription": Property(
197
- slug_relationship=LongviewSubscription
+ slug_relationship=LongviewSubscription, mutable=False
198
),
199
"object_storage": Property(),
200
"backups_enabled": Property(mutable=True),
0 commit comments