post https://delhivery.preprod.fxtrt.io/core/api/v2/containers/container-group/attribute
API to update attributes of containers in bulk.
HEADER/PATH | DESCRIPTION | TYPE |
---|---|---|
X-COREOS-REQUEST-ID *(header) | Unique request ID. | string |
X-COREOS-TID *(header) | Tenant ID. | string |
X-COREOS-ACCESS *(header) | Core-OS access token. | string |
X-COREOS-ORIGIN-TOKEN *(header) | Core-OS origin token. | string |
*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 Error | Something went wrong.. (These are rare.) |