test secure ftp
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-04-08 13:59:00 +10:00
parent 66a1917e6f
commit 4a0e98bab8
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ steps:
FTP_PASSWORD:
from_secret: FTP_PASSWORD
PLUGIN_HOSTNAME: ftp.emc.com:21
PLUGIN_SECURE: false
PLUGIN_SECURE: true
PLUGIN_VERIFY: false
PLUGIN_CHMOD: false
#PLUGIN_DEBUG: false

View File

@@ -82,7 +82,7 @@ WantedBy=multi-user.target
```
## API Usage
API calls should return http status code of **200** if successful, or **4xx** if unsuccessful. API calls that are unsuccessful will also include a JSON response with the key `error` and a value of the reason for the failure. Successful API calls will include a `message` key with a value of either success or something more detailed such as "user deletion success"
API calls return http status code of **200** if successful, or **4xx** if unsuccessful. API calls that are unsuccessful will also include a JSON response with the key `error` and a value of the reason for the failure. Successful API calls will include a `message` key with a value of either success or something more detailed such as "user deletion success"
API calls that create or modify a record will include the created/updated record in the JSON response.