diff options
Diffstat (limited to 'docs/automation/vyos-api.rst')
-rw-r--r-- | docs/automation/vyos-api.rst | 6 |
1 files changed, 3 insertions, 3 deletions
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 + } |