diff options
author | Ganawa Juanah <ganawa@juanah.com> | 2024-11-19 10:49:46 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-19 10:49:46 -0600 |
commit | bdc7dd7002aad0c9a38b5745f20c4abe958a8662 (patch) | |
tree | bf8585456c4f2e58943751def72588fa52e301c4 /docs | |
parent | 21ff93a019bc213568752b9aa2e0958dc3ccfb11 (diff) | |
download | vyos-documentation-bdc7dd7002aad0c9a38b5745f20c4abe958a8662.tar.gz vyos-documentation-bdc7dd7002aad0c9a38b5745f20c4abe958a8662.zip |
specify which API endpoint this targets
Co-authored-by: Daniil Baturin <daniil@baturin.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/automation/vyos-govyos.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/automation/vyos-govyos.rst b/docs/automation/vyos-govyos.rst index 0534235f..32222441 100644 --- a/docs/automation/vyos-govyos.rst +++ b/docs/automation/vyos-govyos.rst @@ -6,7 +6,7 @@ go-vyos ======= go-vyos is a Go library designed for interacting with VyOS devices through -their API. This documentation is intended to guide you in using go-vyos for +their REST API. This documentation is intended to guide you in using go-vyos for programmatic management of your VyOS devices. - `go-vyos Documentation & Source Code on GitHub <https://github.com/ganawaj/go-vyos>`_ |