This commit is contained in:
@@ -93,7 +93,7 @@ steps:
|
|||||||
FTP_PASSWORD:
|
FTP_PASSWORD:
|
||||||
from_secret: FTP_PASSWORD
|
from_secret: FTP_PASSWORD
|
||||||
PLUGIN_HOSTNAME: ftp.emc.com:21
|
PLUGIN_HOSTNAME: ftp.emc.com:21
|
||||||
PLUGIN_SECURE: false
|
PLUGIN_SECURE: true
|
||||||
PLUGIN_VERIFY: false
|
PLUGIN_VERIFY: false
|
||||||
PLUGIN_CHMOD: false
|
PLUGIN_CHMOD: false
|
||||||
#PLUGIN_DEBUG: false
|
#PLUGIN_DEBUG: false
|
||||||
|
@@ -82,7 +82,7 @@ WantedBy=multi-user.target
|
|||||||
```
|
```
|
||||||
## API Usage
|
## 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.
|
API calls that create or modify a record will include the created/updated record in the JSON response.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user