Perform update operation on container via file upload

API to update container in batch through CSV file upload.
| PARAMETER | DESCRIPTION | TYPE | Example |
| - | - | - | - |
| file* || string($binary) |
| callback | Represents callback URL, which can be to notify status(success/failed) of API.| object | {url: "string", meta: {}} |

*This is required.

HTTP Status Code Summary
| Code | Description |
| --- | ---- |
| 202 - Accepted | Everything worked as expected. |
| 400 - Bad Request | The request was unacceptable, often due to missing a required parameter. |
| 401 - Unauthorized | No valid API key provided. |
| 404 - Not Found | The requested resource doesn't exist. |
| 503 - Server Errors | Something went wrong on our end. (These are rare.) |

Callbacks
Language
URL
Click Try It! to start a request and see the response here!