From 65ff77aabadcc0c64d24e8919f19cd2226245dfd Mon Sep 17 00:00:00 2001 From: ezilber-akamai Date: Mon, 24 Jun 2024 15:43:57 -0400 Subject: [PATCH] Added note in documentation that Parent/Child support may not yet be generally available --- linode_api4/groups/account.py | 2 ++ linode_api4/objects/account.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/linode_api4/groups/account.py b/linode_api4/groups/account.py index b45152908..21540ea7f 100644 --- a/linode_api4/groups/account.py +++ b/linode_api4/groups/account.py @@ -502,6 +502,8 @@ def child_accounts(self, *filters): """ Returns a list of all child accounts under the this parent account. + NOTE: Parent/Child related features may not be generally available. + API doc: TBD :returns: a list of all child accounts. diff --git a/linode_api4/objects/account.py b/linode_api4/objects/account.py index aa0a8f57a..8c5ad098f 100644 --- a/linode_api4/objects/account.py +++ b/linode_api4/objects/account.py @@ -60,6 +60,8 @@ class ChildAccount(Account): """ A child account under a parent account. + NOTE: Parent/Child related features may not be generally available. + API Documentation: TBD """