Skip to content

Commit 9c2704c

Browse files
Documentation: Fix typo on the how-to (serial number update) (#430)
1 parent 7628847 commit 9c2704c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting_started/how-to-use/modules.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@ Now that we have created our device (**Test Device**), let's update it by adding
158158
netbox_token: "thisIsMyToken"
159159
data:
160160
name: "Test Device"
161-
serial_number: "FXS110011"
161+
serial: "FXS110011"
162162
state: "present"
163163
164-
We're only providing the **name** which makes the device unique and then the argument we want updated. As stated above, it will see that the device exist, and then update the ``serial_number`` field and then send a
164+
We're only providing the **name** which makes the device unique and then the argument we want updated. As stated above, it will see that the device exist, and then update the ``serial`` field and then send a
165165
``PATCH`` to the NetBox API.
166166

167167
.. note::

0 commit comments

Comments
 (0)