From ae6a2ba810a19d81cbad5b0da29e791a7b5e411f Mon Sep 17 00:00:00 2001 From: srividya0208 Date: Wed, 30 Jun 2021 06:17:12 -0400 Subject: configuration page: corrected spelling and grammatical mistakes There were minimal grammatical and spelling mistakes in the files which I corrected as documentation proof reading. Also added information about few ipsec vpn parameters. --- docs/automation/vyos-api.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/automation') diff --git a/docs/automation/vyos-api.rst b/docs/automation/vyos-api.rst index 1504a05a..988ff010 100644 --- a/docs/automation/vyos-api.rst +++ b/docs/automation/vyos-api.rst @@ -4,7 +4,7 @@ VyOS API ######## -for configuration and enabling the API see :ref:`http-api` +For configuration and enabling the API see :ref:`http-api` ************** Authentication @@ -13,7 +13,7 @@ Authentication All Endpoint only listen on HTTP POST requests and the API KEY must set as ``key`` in the formdata. -Below see one example or curl and one for python. +Below see one example for curl and one for python. In the following, the documentation is reduced to curl. .. code-block:: none @@ -314,4 +314,4 @@ To Load a configuration file. "success": true, "data": null, "error": null - } \ No newline at end of file + } -- cgit v1.2.3