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.
2 parents 498fa3c + 195e2cd commit 5c3c7ceCopy full SHA for 5c3c7ce
linode_api4/objects/account.py
@@ -213,7 +213,7 @@ class AccountSettings(Base):
213
"network_helper": Property(mutable=True),
214
"managed": Property(),
215
"longview_subscription": Property(
216
- slug_relationship=LongviewSubscription
+ slug_relationship=LongviewSubscription, mutable=False
217
),
218
"object_storage": Property(),
219
"backups_enabled": Property(mutable=True),
0 commit comments