Add a link to the OpenAPI schema where relevant

Fixes #329
This commit is contained in:
Nicola Murino
2021-03-01 22:22:05 +01:00
parent 895117718e
commit 3243181c5f
4 changed files with 8 additions and 0 deletions

View File

@@ -53,3 +53,5 @@ fi
```
Please note that this is a demo program and it might not work in all cases. For example, the username should be obtained by parsing the JSON serialized user and not by searching the username inside the JSON as shown here.
The structure for SFTPGo users can be found within the [OpenAPI schema](../httpd/schema/openapi.yaml).