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[aws_access_key_id] required |
AWS S3 Access key ID Validations:
|
config[aws_secret_access_key] required |
AWS S3 secret access key Validations:
|
config[bucket_name] required |
AWS S3 Bucket Validations:
|
config[region_name] required |
AWS Region name Validations:
|
config[endpoint_url] required |
URL for the AWS S3 bucket Validations:
|
Code | Description |
---|---|
401 | Unauthorized |
404 | Not found |
500 | Internal Server Error |
422 | Missing parameters |