OpenAPI: minor changes

This commit is contained in:
Nicola Murino
2021-01-18 13:24:38 +01:00
parent 778ec9b88f
commit 41a1af863e
8 changed files with 27 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
# REST API CLI client
:warning: This sample client is deprecated and it will work only with api V1 (SFTPGo <= 1.2.2). You can easily build your own client from the OpenAPI schema.
:warning: This sample client is deprecated and it will work only with API V1 (SFTPGo <= 1.2.2). You can easily build your own client from the [OpenAPI](../../httpd/schema/openapi.yaml) schema or use [Swagger UI](https://github.com/swagger-api/swagger-ui).
`sftpgo_api_cli` is a very simple command line client for `SFTPGo` REST API written in python.