Create or update the template of the engine given its ID and template name
Example
aiware upsertEngineTemplate EngineID=value EngineTemplateName=value X-Correlation-Id:value
Parameters
| Name | Type | Description | Notes |
|---|
| engineID | string | EngineID of node-red container request | [default to null] |
| engineTemplateName | string | name of the engine template | [default to null] |
| engineTemplate | EngineTemplate | Engine Template | |
| xCorrelationId | string | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | [optional] [default to null] |
Return type
EngineTemplate
Authorization
api_key
- Content-Type: application/json
- Accept: application/json