Order Service
Custom Code Config
update custom code configurations
1min
PUT
PATH PARAMETERS
customCodeConfigId
string
*Unique id of custm code config.
HEADER PARAMETERS
X-COREOS-REQUEST-ID
string
*Unique requestId
X-COREOS-TID
string
*Tenant id
X-COREOS-ACCESS
string
*core-os access token
X-COREOS-USERINFO
string
core-os user info token
BODY PARAMETERS
body
CustomCodeUpdateRequest
*Update new custom code for containerType
url
string
request URL for the custom call
requestHeader
object
Example: [object Object]
request headers object for custom call
method
Method
HTTP method requested on the API endpoint
wait
boolean
acceptableStatusCodes
number[]
Example:
raiseErrorOnStatusMismatch
boolean
enabled
boolean
RESPONSES
200
OK
SuccessResponse
error
Error
*Error Information
request
Request
*data
object
Example: [object Object]
400
Error Occurred
PostErrorResponse
error
Error
*Error Information
request
Request
*data
object
Example: [object Object]
401
Error Occurred
PostErrorResponse
error
Error
*Error Information
request
Request
*data
object
Example: [object Object]
404
Error Occurred
PostErrorResponse
error
Error
*Error Information
request
Request
*data
object
Example: [object Object]


Updated 03 Aug 2023
Did this page help you?