UpdateEngineBuildState(ctx, buildID, updateEngineBuildStateRequest, optional)
Update the Engine Build State
Required Parameters
| Name | Type | Description | Notes |
|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| buildID | string | BuildID of node-red container request | |
| updateEngineBuildStateRequest | UpdateEngineBuildStateRequest | Engine Build State | |
| optional | *UpdateEngineBuildStateOpts | optional parameters | nil if no parameters |
Optional Parameters
Optional parameters are passed through a pointer to a UpdateEngineBuildStateOpts struct
| Name | Type | Description | Notes |
|---|
| xCorrelationId | optional.String | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | |
Return type
(empty response body)
Authorization
api_key
HTTP request headers
- Content-Type: application/json
- Accept: application/json