Skip to content

Commit 8fe7c51

Browse files
Added note in documentation that Parent/Child support may not yet be generally available (#427)
1 parent d4e8f9f commit 8fe7c51

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

linode_api4/groups/account.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,8 @@ def child_accounts(self, *filters):
502502
"""
503503
Returns a list of all child accounts under the this parent account.
504504
505+
NOTE: Parent/Child related features may not be generally available.
506+
505507
API doc: TBD
506508
507509
:returns: a list of all child accounts.

linode_api4/objects/account.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ class ChildAccount(Account):
6060
"""
6161
A child account under a parent account.
6262
63+
NOTE: Parent/Child related features may not be generally available.
64+
6365
API Documentation: TBD
6466
"""
6567

0 commit comments

Comments
 (0)