summaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorRoberto Bertó <463349+robertoberto@users.noreply.github.com>2026-05-19 03:15:55 -0300
committerGitHub <noreply@github.com>2026-05-19 03:15:55 -0300
commit294d060ac1557ed70cab7a12f97d930f9dc4baf9 (patch)
tree25e03a160fb1dc05a27a9118a7a6f573f0ffd123 /docs/index.md
parentffd5ba16eb1ada42a582db4ac8bdaf29f66a868f (diff)
parent6071528289e4a8b11a772433c33851136d30f133 (diff)
downloadpyvyos-294d060ac1557ed70cab7a12f97d930f9dc4baf9.tar.gz
pyvyos-294d060ac1557ed70cab7a12f97d930f9dc4baf9.zip
Merge pull request #31 from vyos-contrib/release/v0.4.0-cleanupv0.4.0
Release v0.4.0 — cleanup and consolidation
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/index.md b/docs/index.md
index 1bc9cb7..7576f20 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -37,7 +37,7 @@ device = VyDevice(
apikey="your-api-key",
port=443,
protocol="https",
- verify=False
+ verify=True
)
response = device.show(path=["system", "image"])
@@ -48,8 +48,6 @@ print(response.result)
- [GitHub Repository](https://github.com/vyos-contrib/pyvyos)
- [PyPI Package](https://pypi.org/project/pyvyos/)
-- [Read the Docs](https://pyvyos.readthedocs.io/)
-
## License
MIT License - See LICENSE file for details