From bdc7dd7002aad0c9a38b5745f20c4abe958a8662 Mon Sep 17 00:00:00 2001 From: Ganawa Juanah Date: Tue, 19 Nov 2024 10:49:46 -0600 Subject: [PATCH] specify which API endpoint this targets Co-authored-by: Daniil Baturin --- docs/automation/vyos-govyos.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/automation/vyos-govyos.rst b/docs/automation/vyos-govyos.rst index 0534235f77..3222244187 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 `_