Skip to content

Commit 72f8221

Browse files
authored
Documentation: netbox_device_interface: Correct labels from 'prefix' to 'interface' (#371)
1 parent 01d3302 commit 72f8221

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/modules/netbox_device_interface.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
type: str
4242
data:
4343
description:
44-
- Defines the prefix configuration
44+
- Defines the interface configuration
4545
suboptions:
4646
device:
4747
description:
@@ -96,7 +96,7 @@
9696
type: bool
9797
description:
9898
description:
99-
- The description of the prefix
99+
- The description of the interface
100100
required: false
101101
type: str
102102
mode:
@@ -116,7 +116,7 @@
116116
type: raw
117117
tags:
118118
description:
119-
- Any tags that the prefix may need to be associated with
119+
- Any tags that the interface may need to be associated with
120120
required: false
121121
type: list
122122
required: true

0 commit comments

Comments
 (0)