Header name | Description |
---|---|
Content-Type required |
application/json |
X-API-KEY required |
YOUR_API_KEY |
Param name | Description |
---|---|
name required |
Publishing channel name Validations:
|
private optional |
Is channel private Validations:
|
users optional |
User ID Validations:
|
config required |
Configuration for the channel Validations:
|
config[host] required |
Host address Validations:
|
config[username] required |
Username for SCP connection Validations:
|
config[password] optional |
Password for SCP connection Validations:
|
config[pkey] optional |
Private key for the SCP Validations:
|
config[path] required |
Path at SCP host Validations:
|
Code | Description |
---|---|
401 | Unauthorized |
404 | Not found |
500 | Internal Server Error |
422 | Missing parameters |