diff --git a/docs/docs/devices.mdx b/docs/docs/devices.mdx
index 6c7bc89..f893982 100644
--- a/docs/docs/devices.mdx
+++ b/docs/docs/devices.mdx
@@ -24,6 +24,7 @@ import Code from "../src/components/JSXCode";
| `display_name` | String | Device's user-facing name. |
| `port` | Integer | TCP port used to connect to the device. |
| `nos` | String | Network Operating System. Must be a supported platform. |
+| `structured_output` | Boolean | Disabled output parsing to structured data. |
| `credential` | | [Device Credential Configuration](#credential) |
| `vrfs` | | [Device VRF Configuration](#vrf) |
| `proxy` | | [SSH Proxy Configuration](#proxy) |