Skip to content

Commit b1a8215

Browse files
fix docsa
1 parent 79a9798 commit b1a8215

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

linode_api4/objects/linode.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2021,6 +2021,14 @@ def upgrade_interfaces(
20212021
20222022
API Documentation: Not yet available.
20232023
2024+
:param config: The configuration profile the legacy interfaces to
2025+
upgrade are under.
2026+
:type config: Config or int
2027+
:param dry_run: Whether this operation should be a dry run,
2028+
which will return the interfaces that would be
2029+
created if the operation were completed.
2030+
:type dry_run: bool
2031+
20242032
:returns: Information about the newly upgraded interfaces.
20252033
:rtype: UpgradeInterfacesResult
20262034
"""

0 commit comments

Comments
 (0)