Container Service
Container Type - Custom Code C...
update custom code configurations of a container type
1min
PUT
PATH PARAMETERS
containerTypeName
string
*Example: bag
A unique name to represent type of a container.
customCodeId
string
*Unique id of custom code config for the container type.
HEADER PARAMETERS
X-COREOS-REQUEST-ID
string
*Unique request id.
X-COREOS-TID
string
*Example: delhivery1234
Tenant id
X-COREOS-ACCESS
string
*Core-os access token
X-COREOS-USERINFO
string
Core-os user info
BODY PARAMETERS
body
CustomCodeUpdateRequest
*Update new custom code for containerType
url
string
request URL for the custom call
requestHeader
object
request headers object for custom call
requestBody
object
request body object for custom call
method
Method
HTTP method requested on the API endpoint
wait
boolean
acceptableStatusCodes
number[]
raiseErrorOnStatusMismatch
boolean
enabled
boolean
RESPONSES
200
OK
SuccessResponse
data
object
request
Request
400
Bad Request
ErrorResponse
error
Error
Error Information
request
Request
401
Unauthorized
ErrorResponse
error
Error
Error Information
request
Request
404
Not Found
ErrorResponse
error
Error
Error Information
request
Request
503
Server Error
ErrorResponse
error
Error
Error Information
request
Request


Updated 24 Aug 2023
Did this page help you?